[Bug 186327] Review Request: tcltls

bugzilla at redhat.com bugzilla at redhat.com
Tue Mar 28 17:19:29 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: tcltls


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=186327





------- Additional Comments From wart at kobold.org  2006-03-28 12:19 EST -------
(In reply to comment #11)
> This log exposes further issues:
> * -I/usr/include and -L/usr/lib almost never are correct

These are picked up from the tclConfig.sh build file in the Core Tcl package. 
It should be fixed in Core.

> * The compiler calls above don't honor RPM_OPT_FLAGS.

It seems that the extension is ignoring TCL_EXTRA_CFLAGS from tclConfig.sh,
which is where RPM_OPT_FLAGS is stored from the build of Tcl.  This is supposed
to be picked up automatically, but isn't here.  You can work around it by adding
it to CFLAGS_DEFAULT in the Makefile:
CFLAGS_DEFAULT = @CFLAGS_DEFAULT@ @TCL_EXTRA_CFLAGS@

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the fedora-extras-list mailing list