From mboxrd@z Thu Jan 1 00:00:00 1970 From: jeffdbREMOVETHIS@goodnet.com (Mikey) To: gas2@cygnus.com Subject: cygwin32 relocatable linking error? Date: Fri, 05 Jun 1998 22:10:00 -0000 Message-id: <3578bd4d.24745784@smtp.goodnet.com> X-SW-Source: 1998/msg00191.html shouldn't pe.sc have ${RELOCATING+ENTRY(_mainCRTStartup)} ? instead of just ENTRY(_mainCRTStartup) otherwise ld -r puts an undefined _mainCRTStartup in every intermediate object file, which can mess up a final link if you are using _WinMainCRTStartup(), _DllMainCRTStartup or some other entry point. ===================================================== Linux a platform built by, and for users, standing on the firm legs of reliability, and speed. Microsoft Windows, a platform without a leg to stand on. (jeffdbREMOVETHIS@goodnet.com) delete REMOVETHIS from the above to reply Mikey