From: Jorge Matias (terhi.victor@logonet.com)
Date: Mon Nov 27 2000 - 20:37:36 EET
On Fri, 24 Nov 2000, Charles E. Gelm wrote:
> Hi, Craig:
> Thanks.
>
> grep AX25_SYSCONFDIR Makefile
> INCLUDES = -DAX25_SYSCONFDIR=\""$(sysconfdir)/ax25/"\"
> -DAX25_LOCALSTATEDIR=\""$(localstatedir)/ax25/"\"
> AX25_SYSCONFDIR = ${prefix}/etc/ax25/
>
> I don't know what "${prefix} means, so this doesn't tell me where
> 'kissattach' is looking for 'axports'. Sorry.
This should not be a question to put in this Mailing List.
Anyway, the variable ${prefix} is defined when you execute the 'configure'
to find out the settings of your operating system and developer tools.
You can set the variable by doing:
./configure --prefix=<directory>
This is what I normally do:
./configure --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var
Try doing './configure --help' to find out the compiling options of
every package you are about to install.
I hope this helps.
Regards,
Jorge Matias
CT2HBZ
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to jyw@abaco.com.pe
This archive was generated by hypermail 2b30 : Mon Nov 27 2000 - 20:39:04 EET