Daniel O'Connor wrote:

On Thu, 3 Mar 2005 22:27, Jake Stride wrote:


[EMAIL PROTECTED] ldconfig -m /usr/local/lib



ldconfig has zero to do with compile time linking.



[EMAIL PROTECTED] make
Linking rastertokmlf...
/usr/bin/ld: cannot find -lcups
*** Error code 1



Edit the makefile so that it CFLAGS gets -L/usr/local/lib added to it and try again.




Thanks, I think I am down to a cups error now:

make
Linking rastertokmlf...
rastertokmlf.o(.text+0x1d2): In function `find_printer_make':
: undefined reference to `cups_strlcpy'
rastertokmlf.o(.text+0x209): In function `find_printer_make':
: undefined reference to `cups_strlcpy'
*** Error code 1

Stop in /root/magicolor2430DL-1.1.0.
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to