From owner-freebsd-current Sat Jun 13 10:02:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA09665 for freebsd-current-outgoing; Sat, 13 Jun 1998 10:02:37 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from rainier.cs.wustl.edu (root@cs.wustl.edu [128.252.165.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA09651 for ; Sat, 13 Jun 1998 10:02:35 -0700 (PDT) (envelope-from nanbor@lambada.cs.wustl.edu) Received: from lambada.cs.wustl.edu (nanbor@lambada.cs.wustl.edu [128.252.165.142]) by rainier.cs.wustl.edu (8.8.5/CTS-JEK1.2) with ESMTP id MAA12848 for ; Sat, 13 Jun 1998 12:02:29 -0500 (CDT) Received: (from nanbor@localhost) by lambada.cs.wustl.edu (8.8.5/CTS-JEK1.2) id MAA01278; Sat, 13 Jun 1998 12:02:25 -0500 (CDT) To: freebsd-current@FreeBSD.ORG Subject: Undefined symbol `xxx' referenced (use libc_r ?) From: Nanbor Wang Date: 13 Jun 1998 12:02:24 -0500 Message-ID: Lines: 13 X-Mailer: Gnus v5.5/Emacs 20.2 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, nanbor@fennec build/threaded/tests> make g++ -w -fno-strict-prototypes -D_THREAD_SAFE -O2 -g -fno-implicit-templates -I. -I/home/nanbor/ACE_wrappers/build/threaded -o Env_Value_Test .obj/Env_Value_Test.o -L/home/nanbor/ACE_wrappers/build/threaded/ace -L./ -lACE -lc_r -lstdc++ -lcompat .obj/Env_Value_Test.o: Undefined symbol `_mkdir' referenced (use -lc_r ?) ld: Spurious undefined symbols: # undefined symbols 1, reported 0 gmake: *** [Env_Value_Test] Error 1 What does it mean? Any hints? Thanks, Nanbor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message