After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 345514 - -no-undefined doesn't work with latest libtool
-no-undefined doesn't work with latest libtool
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-21 08:35 UTC by Behdad Esfahbod
Modified: 2007-01-22 14:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Behdad Esfahbod 2006-06-21 08:35:10 UTC
-no-undefined doesn't make any sense on linux and latest libtool decides to not create shared libraries with it.  I removed it from vte HEAD.

Patch needed to make it work in cygwin/win32.
Comment 1 Chris Wilson 2007-01-22 14:25:43 UTC
r1492: 2007-01-22  Chris Wilson <chris@chris-wilson.co.uk>

	Hack'n'slash my way through doing a bit of weeding.

	Fixed:
	- Bug 345514 – -no-undefined doesn't work with latest libtool
	- Bug 162003 – vte configure.in X checking can fail
	             – though this may cause other regressions!
	- Bug 314669 – Please specialize AC_PATH_XTRA

	* configure.in:
		Export LIBTOOL_EXPORT_OPTIONS for -no-undefined on windos.
		Add to rather than override X_CFLAGS, X_LIBS
		AC_PATH_XTRA - Find X11 using XFlush() rather than XtMalloc().
		Print configuration details.
	* src/Makefile.am:
		Conditional compilation of backends.