[CM] sndlib compilation problem

alin weiller alinweiller@caramail.com
Mon, 26 Apr 2004 11:36:07 GMT


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--=_NextPart_Lycos_0111541082979367_ID
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

guile-config link gives me :
-lguile -lguile-ltdl -lqthreads -lpthread -lcrypt -lm

So, I found where libpthread.so is : /usr/lib
but this directory is still in LIBS variable of the makefile : LIBS =-L/usr/lib -lm

by the way, I don't know what -lm means.

But it still does not work.

when I write "ld -lpthread" in the console I get :
ld: warning: cannot find entry symbol_start; not setting start address

Any idea is welcome.

Thank you

A-LIN

------- Message
original ------- 
De: Bill
Schottstaedt
<bil@ccrma.Stanford.EDU> 
Date: Mon, 26 Apr
2004 03:51:53 -0700 
Sujet: Re: [CM]
sndlib compilation
problem 

 > ld: cannot find
-lpthread

I think it is the
guile-config program
that is adding
-lpthread --
try:

guile-config link

to see if it's the
culprit -- if it is,
it's a guile
problem.
You might be able to
fix it by hand --
find libpthreads.so
and add its
directory to the
LIBS variable (via
-L).

Incroyable ! des SMS offerts avec CaraMail Premium - http://www.caramailmax.com


--=_NextPart_Lycos_0111541082979367_ID--