Re: [AD] Irix build problems, latest cvs (3.9.39) |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 12 Oct 2001, Thomas Fjellstrom <tfjellstrom@xxxxxxxxxx> wrote:
> On October 12, 2001 01:01 am, you wrote:
> >
> > I'll put it back to `rdynamic' then, but `export-dynamic' is the one
> > people seem to recommend.
>
> I thought 'export-dynamic` was only for mingw.... On a project of mine
> people were having trouble because -rdynamic didn't work with mingw
> but 'export-dynamic' didn't seem to work with gcc 2.95.4...
The Program Library HOWTO says:
Note that you could say ``-rdynamic'' instead of
``-Wl,export-dynamic'' if you only work with Linux systems,
but according to the ELF documentation the ``-rdynamic'' flag
doesn't always work for gcc on non-Linux systems.
My ld manpage doesn't mention `-rdynamic' at all. I'll make configure
test for one or the other.