Hi,<div>I have the cross compiler setup(win32 to linux) and I can compile most of my apps just fine except for </div><div>one that is a daemon and uses cthreads and cmem in the uses.</div><div><br></div><div>It does not give any errors except for linker error and if I change the verbosity to show all </div>
<div>it still does not show anything meaningful.  </div><div>The app won't run on Ubuntu server unless I have cthreads in the uses, otherwise it gives a mutex error about</div><div>two many threads.</div><div><br></div>
<div>Here is the linker errors:</div><div><br></div><div><div>Linking project1</div><div>Searching file C:\lib\crtend.o... not found</div><div>Searching file C:\Users\20659\Documents\Lazarus Projects\i386-linux-gnu\crtend.o... not found</div>
<div>Searching file C:\Users\20659\Documents\Lazarus Projects\usr\lib\i386-linux-gnu\crtend.o... not found</div><div>Searching file C:\Users\20659\vbox_share\4.6\crtend.o... found</div><div>Searching file C:\lib\crtn.o... not found</div>
<div>Searching file C:\Users\20659\Documents\Lazarus Projects\i386-linux-gnu\crtn.o... not found</div><div>Searching file C:\Users\20659\Documents\Lazarus Projects\usr\lib\i386-linux-gnu\crtn.o... found</div><div>Searching file c:\codetyphon\fpc\bin\i386-linux\i386-linux-ld.exe... not found</div>
<div>Searching file C:\codetyphon\fpc\bin\i386-win32\i386-linux-ld.exe... found</div><div>Using util C:\codetyphon\fpc\bin\i386-win32\i386-linux-ld.exe</div><div>project1.lpr(16,1) Error: Error while linking</div><div>project1.lpr(16,1) Fatal: There were 1 errors compiling module, stopping</div>
<div>Fatal: Compilation aborted</div><div>Error: C:\codetyphon\fpc\bin\i386-win32\ppc386.exe returned an error exitcode</div></div><div><br></div><div><br></div><div>Anyone have any ideas on how I can get this working?  I have all the libpthread shared objects copied over to the windows system.</div>
<div><br></div><div>Thanks</div>