![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| subsystem failure | andwhat | UNIX for Advanced & Expert Users | 2 | 03-12-2008 09:28 AM |
| Bind failure | zing_foru | UNIX for Advanced & Expert Users | 5 | 01-19-2008 06:20 AM |
| Raid5 Failure | gseyforth | SCO | 2 | 02-21-2006 01:22 PM |
| GCC bootstrap failure on AIX 5.3 | Duggerdee | AIX | 2 | 10-18-2005 06:38 PM |
| CPU failure??? | 98_1LE | UNIX for Dummies Questions & Answers | 1 | 01-23-2001 05:38 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
ld failure
Hi,
I am using gmake to compile a c program with a makefile. The make file runs ld. I get the following error jsh1035c:/users/egate453/admegate/kapil/samples $ gmake -e -f GNUmakefile queue_c gmake -f ./GNUmakefile queue_c in_objdir=1 build_root=/users/egate453/admegate/kapil/samples gmake[1]: Entering directory `/export/home/users/egate453/admegate/kapil/samples' g++ -g -Wall -L. -o queue_c queue_c.o -lsocket -lnsl -lintl -lposix4 -lpthread -ldl stc_mscapi.dll stc_mscommon.dll stc_msapi.dll stc_msclient.dll ld: fatal: file stc_mscapi.dll: unknown file type ld: fatal: File processing errors. No output written to queue_c collect2: ld returned 1 exit status gmake[1]: *** [queue_c] Error 1 gmake[1]: Leaving directory `/export/home/users/egate453/admegate/kapil/samples' gmake: *** [queue_c] Error 2 Do dll files work with ld and unix? I got all this from a 3rd party vendor so I am having to do a bit of hacking to sort this out. Any help is appreciated. |
|
||||
|
Quote:
Unix cannot deal with Windows files .dll files are Windows files. Windows COFF files do not work in Unix. |
| Sponsored Links | ||
|
|