The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 05-06-2008
agilgeous agilgeous is offline
Registered User
 

Join Date: May 2008
Location: Tampa FL/Charlotte NC
Posts: 2
Jim,

Thanks for your response. In trying to solve my original linker problem I ended up mixing apples and oranges, so to speak.

My original problem was a linker error:

Undefined first referenced
symbol in file
main /apps/workshop6_u1/WS6U1/lib/crt1.o
ld: fatal: Symbol referencing errors. No output written to TestDatalinkTradeRouter

So I ended up pulling in liby that had a GLOB definition of main, but in turn created other problems.
Reply With Quote