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? -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
