Bug 17140 - configure test bug
Summary: configure test bug
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: rpm
Version: 6.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Paul Nasrat
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-08-31 16:22 UTC by kestes
Modified: 2007-04-18 16:28 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-09-29 17:49:02 UTC
Embargoed:


Attachments (Terms of Use)

Description kestes 2000-08-31 16:22:14 UTC
There is a test in ./configure to see if your command line
arguments will allow you to compile using CC.

This test is broken because this test does not use libtool.  To be
consistent with your makefile which will compile the code, you should
use libtool to run the test.  I have tried to 
pass libtool options at configuration time and they fail because 
CC gets these options and does not know what to do with them.

Comment 1 kestes 2000-08-31 16:34:12 UTC
In particular

at configure time
	LDFLAGS="-static" \
	CFLAGS="$RPM_OPT_FLAGS" \
	        ./configure --prefix=%{__prefix}

gives problems and you must use a compile time flag.  Why are these two 
LDFLAGS settings different?  Only because configure is not consistant.

	make LDFLAGS="-static"



Comment 2 Paul Nasrat 2005-09-29 17:49:02 UTC
Closing due to age of bug and RHL 6.2 is no longer supported.  

If you have more information to add to this report, related to current rpm
version in Fedora Core 4 or Rawhide please reopen.


Note You need to log in before you can comment on or make changes to this bug.