Date: Fri, 22 May 1998 13:14:38 -0500 (CDT) From: Kyle Mestery <mestery@winternet.com> To: freebsd-current@FreeBSD.ORG Subject: ACE and FreeBSD Message-ID: <Pine.GSO.3.96.980522131222.16980A-100000@tundra.winternet.com>
next in thread | raw e-mail | index | archive | help
I am trying to get ACE to work on FreeBSD. After fixing some of the ACE headers to more acuratley reflect the state of current, I was able to build and link the shared library libACE.so. However, when trying to compile any ACE test, this is what I get (or something similar to this): g++ -w -fno-strict-prototypes -D_THREAD_SAFE -O2 -g -fno-implicit-templates -I. -I/usr/home/mestery/src/ACE_wrappers -o Thread_Manager_Test .obj/Thread_Manager_Test.o -L/usr/home/mestery/src/ACE_wrappers/ace -L./ -lACE -lc_r -lstdc++ -lcompat .obj/Thread_Manager_Test.o: Undefined symbol `_mkdir' referenced (use -lc_r ?) ld: Spurious undefined symbols: # undefined symbols 1, reported 0 gmake: *** [Thread_Manager_Test] Error 1 I have recompiled my libc_r and rebuilt the world, but nothing has chganged. Do I have another stale library? Any help would be greatly appreciated. Thanks. -- Kyle Mestery StorageTek's Network Systems Group "I'll take what you're willing to give, and I'll teach myself to live, with a walk-on part of a background shot from a movie I'm not in." - Blink 182, "Apple Shampoo" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.96.980522131222.16980A-100000>