The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
.
google unix.com




Thread: ld failure
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 09-29-2004
jim mcnamara jim mcnamara is offline Forum Staff  
...@...
  
 

Join Date: Feb 2004
Location: NM
Posts: 5,790
Quote:
Originally posted by handak9
jsh1035c:/users/egate453/admegate/kapil/samples $ file ../JMS/C_API/stc_msapi.dll
../JMS/C_API/stc_msapi.dll: data

Does that look right?
No. Unix uses "magic numbers" to determine file types.
Unix cannot deal with Windows files

.dll files are Windows files. Windows COFF files do not work in Unix.