From owner-freebsd-current Tue Jun 23 15:32:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22870 for freebsd-current-outgoing; Tue, 23 Jun 1998 15:32:27 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from enigami.com (enigami.com [208.140.182.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22858 for ; Tue, 23 Jun 1998 15:32:18 -0700 (PDT) (envelope-from ckempf@enigami.com) Received: from singularity.enigami.com (singularity.enigami.com [208.140.182.42]) by enigami.com (8.9.0/8.9.0) with ESMTP id SAA23754 for ; Tue, 23 Jun 1998 18:31:46 -0400 (EDT) Received: (from ckempf@localhost) by singularity.enigami.com (8.9.0/8.9.0) id SAA17277; Tue, 23 Jun 1998 18:30:34 -0400 (EDT) Date: Tue, 23 Jun 1998 18:30:34 -0400 (EDT) Message-Id: <199806232230.SAA17277@singularity.enigami.com> From: Cory Kempf To: freebsd-current@FreeBSD.ORG Subject: Anyone built kpilot lately? Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When I try and build kpilot from ports, I get the following, which doesn't make any sense (-lc should be done automatically by using the compiler as the linker). Any clues how to fix? Or even what the real problem is? FWIW, I am running a -current as of today or so... c++ -O -pipe -s -o kpilot -L/usr/local/lib -L/usr/X11R6/lib -L/usr/ports/comms/kpilot/work/kpilot-3.0.2/kpilot/libpilot/_libs kpilot.o kpilotlink.o fileInstallWidget.o pilotMemo.o memoWidget.o pilotComponent.o kpilotOptions.o messageDialog.o pilotSerialDatabase.o pilotLocalDatabase.o pilotRecord.o pilotAddress.o addressWidget.o strToken.o addressEditor.o addressEditorData.o pilotDateEntry.o logFile.o conduitSetup.o -lkfile -lkfm -lkdeui -lkdecore -lqt -lX11 -lXext -lpisock kpilot.o: Undefined symbol `_mkdir' referenced (use -lc ?) kpilotlink.o: Undefined symbol `_read' referenced (use -lc ?) kpilotlink.o: Undefined symbol `_write' referenced (use -lc ?) kpilotlink.o: Undefined symbol `_mkdir' referenced (use -lc ?) kpilotlink.o: Undefined symbol `_unlink' referenced (use -lc ?) fileInstallWidget.o: Undefined symbol `_unlink' referenced (use -lc ?) kpilotOptions.o: Undefined symbol `_unlink' referenced (use -lc ?) pilotLocalDatabase.o: Undefined symbol `_unlink' referenced (use -lc ?) pilotLocalDatabase.o: Undefined symbol `_rename' referenced (use -lc ?) conduitSetup.o: Undefined symbol `_unlink' referenced (use -lc ?) /usr/lib/aout/libgcc.a(_pure.o): Undefined symbol `__exit' referenced (use -lc ?) /usr/lib/aout/libgcc.a(_pure.o): Undefined symbol `_write' referenced (use -lc ?) /usr/lib/aout/libgcc.a(_new_handler.o): Undefined symbol `__exit' referenced (use -lc ?) /usr/lib/aout/libgcc.a(_new_handler.o): Undefined symbol `_write' referenced (use -lc ?) ld: Spurious undefined symbols: # undefined symbols 6, reported 0 gmake[2]: *** [kpilot] Error 1 gmake[2]: Leaving directory `/usr/ports/comms/kpilot/work/kpilot-3.0.2/kpilot' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/comms/kpilot/work/kpilot-3.0.2' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. +C To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message