help-gplusplus
[Top][All Lists]
Advanced

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

Re: unloading dynamic libraries


From: Paul Pluzhnikov
Subject: Re: unloading dynamic libraries
Date: 13 Oct 2004 18:20:43 -0700
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

"John Max Skaller" <skaller@nospam.com.au> writes:

> I had problems on Solaris mainly due to the fact
> gcc was compiled with gnu ld hard coded, but the Solaris
> version of ld was the native one. So I couldn't call ld
> directly (i'd get the wrong one and no way to tell).

The proper solution for this would have been reconfiguring gcc without
'--with-gnu-ld' (which is not the default) and rebuilding, I think.

> So the line above attempts to bypass gcc completely:

Well, it doesn't: since gcc thinks a "normal" link is happening,
it adds crt0 etc.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

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