Re: Linking problems w/ pthreads on 3.3

1999-12-06 Thread Kip Macy
I had a similar problem from installing GNU's Portable Threads package. I fixed it by uninstalling the package. -Kip On Mon, 6 Dec 1999, Viren Jain wrote: > NOTE: Please reply directly to my email address ([EMAIL PROTECTED]) > > Platform: x86, FreeBSD 3.3 > > W

Linking problems w/ pthreads on 3.3

1999-12-06 Thread Viren Jain
NOTE: Please reply directly to my email address ([EMAIL PROTECTED]) Platform: x86, FreeBSD 3.3 While trying to link a threaded application with -pthread using the following command line: gcc -I/usr/local/include -L/usr/local/lib/mysql -pthread -o impd daemon.o db.o handlers.o imp_list.o imp_ut