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
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
-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
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.
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.
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
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