Date: Tue, 23 Jun 1998 18:30:34 -0400 (EDT) From: Cory Kempf <ckempf@enigami.com> To: freebsd-current@FreeBSD.ORG Subject: Anyone built kpilot lately? Message-ID: <199806232230.SAA17277@singularity.enigami.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806232230.SAA17277>