On Mon, 4 Feb 2002, Thomas Dickey wrote:

> On Mon, Feb 04, 2002 at 05:29:07PM -0800, Doug Kaufman wrote:
> > If you are using GNU gcc and ld, see the "-static" flag for ld. You
> > should be able to add "-static" to the LIBS line in the Makefile.
> 
> you should, but it doesn't always work properly (that is, the corresponding
> -dynamic option to revert doesn't always work, so in some situations he'd
> get the C runtime linked in statically if it's available).

According to the info files and running "ld --help" on freeBSD and
DJGPP, GNU ld doesn't use "-dynamic". You have a few choices, "-dy",
"-Bdynamic", or "-call_shared". Is there a specific version of GNU ld
which doesn't work properly with one of these options?
                               Doug
__ 
Doug Kaufman
Internet: [EMAIL PROTECTED]


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

Reply via email to