1.0.1c test release
Lars Hecking
lhecking@nmrc.ucc.ie
Mon, 28 Feb 2000 19:07:28 +0000
Walter Hofmann writes:
> On Mon, 28 Feb 2000, Lars Hecking wrote:
>
> > + netbsd* )
> > + CFLAGS_RDYNAMIC="-Wl,--export-dynamic"
> ^^ two
>
> > * )
> > CFLAGS_RDYNAMIC="-Wl,-export-dynamic"
> ^ one
>
> I guess one of them is wrong...
I guess not.
NetBSD
http://www.flame.org/cgi-bin/uncgi/hman?page=ld§=1&arch=i386
FreeBSD
http://www.FreeBSD.org/cgi/man.cgi?query=ld&apropos=0&sektion=1&manpath=FreeBSD+4.0-current&format=html
The latter describes GNU ld, which is also standard on Linux systems.
The Solaris case could probably be left empty, as -dy is the default
(but the Solaris man page says nothing about how this affects exporting
of symbols).