From owner-freebsd-current Fri May 22 11:15:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11054 for freebsd-current-outgoing; Fri, 22 May 1998 11:15:19 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from icicle.winternet.com (adm@icicle.winternet.com [198.174.169.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11010 for ; Fri, 22 May 1998 11:15:15 -0700 (PDT) (envelope-from mestery@mail.winternet.com) Received: (from adm@localhost) by icicle.winternet.com (8.8.8/8.8.8) id NAA21070 for ; Fri, 22 May 1998 13:15:11 -0500 (CDT) Received: from tundra.winternet.com(198.174.169.11) by icicle.winternet.com via smap (V2.0) id xma021009; Fri, 22 May 98 13:14:39 -0500 Received: from localhost (mestery@localhost) by tundra.winternet.com (8.8.7/8.8.4) with SMTP id NAA16992 for ; Fri, 22 May 1998 13:14:38 -0500 (CDT) X-Authentication-Warning: tundra.winternet.com: mestery owned process doing -bs Date: Fri, 22 May 1998 13:14:38 -0500 (CDT) From: Kyle Mestery To: freebsd-current@FreeBSD.ORG Subject: ACE and FreeBSD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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