On 7/21/05, Andrew Benton <[EMAIL PROTECTED]> wrote: > Kevin Jordan wrote: > > The compile line doesn't seem to be pulling in pthreads with -pthread > > or -lpthread. > > > > Indeed. I had even worked that out for myself. The solution was to simply > > export LDFLAGS=-lpthread > > The odd thing is that libpthread is where it should be, /usr/lib, so why > should altering where X is installed affect whether freeglut can link against > it or not?
The error that you are getting has nothing to do with X being installed in /usr. I think one of the libraries that freeglut links against is not linked to libpthread. -- Tushar Teredesai mailto:[EMAIL PROTECTED] http://www.linuxfromscratch.org/~tushar/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
