![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Symbol referencing error | fromatz | High Level Programming | 1 | 03-17-2008 06:01 PM |
| C++ Compiling error.. Symbol Reference | bjena | UNIX for Advanced & Expert Users | 3 | 08-09-2006 03:10 AM |
| ld: fatal: Symbol referencing errors. No output written to SNX | jerryragland | High Level Programming | 1 | 08-09-2006 02:15 AM |
| symbol referencing error | suhasini | High Level Programming | 1 | 04-03-2006 07:43 AM |
| ld: fatal: Symbol referencing errors | alfabetman | UNIX for Dummies Questions & Answers | 2 | 01-08-2002 04:57 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I'm trying to compile a FTP_API program. To do this you must use the libftp.so libary. But that libary has references which are not defined. Has anyone had this problems and how is it corrected??
The command line looks like this:-------------------------------------------- # cc ftpstock.c -lftp Undefined.........................first referenced symbol..............................in file _xlisten............................./udk/usr/lib/libftp.so _xbind.............................../udk/usr/lib/libftp.so _xsetsockopt ..................../udk/usr/lib/libftp.so _xconnect........................../udk/usr/lib/libftp.so gethostbyname................./udk/usr/lib/libftp.so _xaccept............................/udk/usr/lib/libftp.so getservbyname................../udk/usr/lib/libftp.so inet_ntoa.........................../udk/usr/lib/libftp.so _xsocket............................./udk/usr/lib/libftp.so inet_addr............................/udk/usr/lib/libftp.so _xgetsockname................../udk/usr/lib/libftp.so UX:ld: ERROR: a.out: fatal error: Symbol referencing errors. No output written to a.out ------------------------------------------------------------------------------- Want do you guys think? I have stdio.h and net/libftp.h included in the file. Thanks, Mike Last edited by spotanddot; 07-11-2001 at 10:39 AM.. |
|
||||
|
I've done that and two different functions that have no references which are not defined pop up. It's an endless circle.
__use_iks_version.................../udk/usr/lib/libsocket.so _set_use_iks_version............../udk/usr/lib/libsocket.so Tkanks neo, Mike |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|