This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Solution to --> Re: dlopen() bug on Linux/Alpha


In article <199801110415.XAA04707.cygnus.egcs.bugs@harrison.blueskyprod.com>,
Dan Weeks <danimal@blueskystudios.com> wrote:
>Okay.  After the fantastic suggestion from Stefan Traby:
>
> ST: 'Try to link the main (!) program with "-export-dynamic -shared"'

You can omit -shared from the main program link -- it is only
the -export-dynamic that is important.

>This might be the solution to GNU glibc PR number 387.

It is indeed.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]