pkgsrc/lang/gforth
ben 0ee1bbe509 The gforth configure script tests for linker support of -export-dynamic,
and then adds it to  LDFLAGS.  Later, the configure script tests for the
presence of certain functions in libc, and expects to get an error at
link time if the functions are missing.  On Interix with -export-dynamic,
the link succeeds even if there are missing functions.  This causes
configure to detect all tested functions as present, and produce
binaries that fail at run time.

To work around this issue, postpone adding -export-dynamic to LDFLAGS
until the end of the configure script.
2006-01-02 02:21:30 +00:00
..
patches The gforth configure script tests for linker support of -export-dynamic, 2006-01-02 02:21:30 +00:00
DESCR
distinfo The gforth configure script tests for linker support of -export-dynamic, 2006-01-02 02:21:30 +00:00
Makefile Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
PLIST Update from 0.5.0 to 0.6.2. From Jorge Ramon Acereda Macia <al004046 at anubis 2003-12-05 00:26:38 +00:00