help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question concerning behavior of GNU-linker on Linux


From: Dennis Handly
Subject: Re: Question concerning behavior of GNU-linker on Linux
Date: Wed, 25 May 2011 02:33:31 -0700
User-agent: Thunderbird 2.0.0.24 (X11/20100820)

Alex Vinokur wrote:
We came across different behavior of HP-linker on HP-UX and GNU-linker
on Linux.

So which do you like?  Perhaps Oracle's linker works the same as HP-UX?

We have two libraries:
  *) libaaa.so and libbbb.so,
  *) libbbb.so depends on libaaa.so.
HP-UX linker allows to build exe-file as follows:
    aCC <options> main.o libbbb.so

The linker has a concept of dependent shlibs. This is handled at both linktime and runtime.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]