Re: Code Crusader 2.0.x on FreeBSD

1999-04-24 Thread Dave
Replying to both Scott Michel and Russell L. Carter: Scott. According to man pthread, libc_r is pulled in automatically by the -pthread switch.

Code Crusader 2.0.x on FreeBSD

1999-04-23 Thread Dave
Trying to see what the success rate is with everyone who's able to get Code Crusader 2.0.x to compile on FreeBSD either on -stable or -current. I have had no luck with getting it to compile on -stable (nor -current right now). ACE compiles successfully with config-freebsd-pthread.h and

Re: Code Crusader 2.0.x on FreeBSD

1999-04-23 Thread Dave
Hmm, I missed that. I took -lc out, but now I get this: g++ -o makemake makemake.o ../../include/jcore/JBroadcaster.o ../../include/jcore/JCollectio n.o ../../include/jcore/JContainer.o ../../include/jcore/JProbDistr.o ../../include/jcore/JOr deredSetT.o ../../include/jcore/JOrderedSetUtil.o

Re: Code Crusader 2.0.x on FreeBSD

1999-04-23 Thread Russell L. Carter
%Hmm, I missed that. I took -lc out, but now I get this: % [...] %/usr/local/lib/liblthread.so.0: undefined reference to `_sigsuspend' %/usr/local/lib/liblthread.so.0: undefined reference to `_nanosleep' %/usr/local/lib/liblthread.so.0: undefined reference to `_fork'