[adtools] Re: use libgcc.so instead of libgcc_s.so

  • From: Thomas Frieden <thomasf@xxxxxxxxxxxxxxxxxxxxxxxxxx>
  • To: adtools@xxxxxxxxxxxxx
  • Date: Tue, 08 Jul 2008 10:27:07 +0200

Hi,

Jens Langner wrote:
errors again. But when I specify -shared everything seems to work. So again, what is this "-use-dynld" all about and why aren't we using "-shared" instead for linking an application against shared objects?

Because -shared is NOT about linking an application against shared objects. -shared is used to _create_ dynamically linked objects.

-use-dynld is used to instruct the linker to link against shared objects.

Not that this is a big difference- Usually (on Linux), -shared is also needed, but the compiler links against shared objects by default.


Regards,
--
Thomas Frieden <ThomasF@xxxxxxxxxxxxxxxxxxxxxxxxxx>
Hyperion Entertainment
______________________________________________________________________________
Amiga Development tools ML - //www.freelists.org/list/adtools
Homepage...................: http://www.sourceforge.net/projects/adtools
Listserver help............: mailto:adtools-request@xxxxxxxxxxxxx?Subject=HELP

Other related posts: