Re: Linking with CUPS Issue

2005-03-03 Thread Jake Stride
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 th

Re: Linking with CUPS Issue

2005-03-03 Thread Daniel O'Connor
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/l

Re: Linking with CUPS Issue

2005-03-03 Thread Godwin Stewart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 03 Mar 2005 11:58:02 +, Jake Stride <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] make > Linking rastertokmlf... > /usr/bin/ld: cannot find -lcups > *** Error code 1 > > Stop in /root/magicolor2430DL-1.1.0. Make distclean. Now, before

Re: Linking with CUPS Issue

2005-03-03 Thread Jake Stride
Michael C. Shultz wrote: try ls -l /usr/local/lib/libcups* to see if the libraries are in place if not install: /usr/ports/print/cups-base if they are try: ldconfig -m /usr/local/lib/ -Mike ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.

Re: Linking with CUPS Issue

2005-03-03 Thread Jake Stride
Michael C. Shultz wrote: try ls -l /usr/local/lib/libcups* to see if the libraries are in place if not install: /usr/ports/print/cups-base if they are try: ldconfig -m /usr/local/lib/ -Mike ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.

Re: Linking with CUPS Issue

2005-03-03 Thread Michael C. Shultz
On Thursday 03 March 2005 02:04 am, Jake Stride wrote: > I have had a look on google and the archives and although I have seen > people with a similar issue I have not been able to find an answer to > the issue I have. > > I am trying to compile the magicolor 2430DL printer dirvers and keep > runni

Linking with CUPS Issue

2005-03-03 Thread Jake Stride
I have had a look on google and the archives and although I have seen people with a similar issue I have not been able to find an answer to the issue I have. I am trying to compile the magicolor 2430DL printer dirvers and keep running into the following error: [EMAIL PROTECTED] make Linking ra