RE: Trying to compile sophie, configure issue with ld

2004-01-27 Thread Derrick MacPherson
> -Original Message-
> From: Daniela [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, 27 January 2004 13:47
> To: Derrick MacPherson; [EMAIL PROTECTED]
> Subject: Re: Trying to compile sophie, configure issue with ld
> 
> On Tuesday 27 January 2004 20:38, Derrick MacPherson wrote:
> > I am pretty sure this is something wrong on my system's 
> part, but I am 
> > not 100% sure what to do about it..
> >
> > When I try and run configure, it fails, here's what it says in the 
> > config.log
> >
> >
> > configure:3866: result: /usr/local/lib
> > configure:3875: checking for SAVIsweepFile in -lsavi
> > configure:3906: gcc -o conftest -g -O2 -Wall   -Wl,--strip-all
> > -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lrt conftest.c 
> -lsavi   >
> > &5
> > /usr/libexec/elf/ld: cannot find -lrt
> > configure:3909: $? = 1
> 
> Enter this in the shell and post the result:
> locate librt


/usr/compat/linux/lib/librt-2.1.2.so
/usr/compat/linux/lib/librt.so.1
/usr/ports/net/osrtspproxy/files/patch-librtsp-Makefile.in

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Trying to compile sophie, configure issue with ld

2004-01-27 Thread Daniela
On Tuesday 27 January 2004 20:38, Derrick MacPherson wrote:
> I am pretty sure this is something wrong on my system's part, but I am not
> 100% sure what to do about it..
>
> When I try and run configure, it fails, here's what it says in the
> config.log
>
>
> configure:3866: result: /usr/local/lib
> configure:3875: checking for SAVIsweepFile in -lsavi
> configure:3906: gcc -o conftest -g -O2 -Wall   -Wl,--strip-all
> -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lrt conftest.c -lsavi   >
> &5
> /usr/libexec/elf/ld: cannot find -lrt
> configure:3909: $? = 1

Enter this in the shell and post the result:
locate librt

Maybe it can tell us what the error is.

Daniela


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Trying to compile sophie, configure issue with ld

2004-01-27 Thread Derrick MacPherson
I am pretty sure this is something wrong on my system's part, but I am not
100% sure what to do about it..

When I try and run configure, it fails, here's what it says in the
config.log


configure:3866: result: /usr/local/lib
configure:3875: checking for SAVIsweepFile in -lsavi
configure:3906: gcc -o conftest -g -O2 -Wall   -Wl,--strip-all
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -lrt conftest.c -lsavi   >
&5
/usr/libexec/elf/ld: cannot find -lrt
configure:3909: $? = 1


Anyone help with that ld error?

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"