On 2004.03.01, Elizabeth Thomas <[EMAIL PROTECTED]> wrote: > What is a hard requirement is to use the same compiler for both the > configure and the make. The problem is that the configure script tests > default to 'cc', but the make, I believe, defaults to gcc. This causes > inconsistencies that make bad things happen.
Ah, so the configure script doesn't write out what it used for CC into the Makefiles that get generated, therefore the Makefiles get to use their own defaults? I assume this is what you fixed in your mention below ... > I fixed the configure script in 3.5 to have it also default to gcc and > that cleared this issue, but it didn't get rolled into 4.0 - this should > be done. Did this fix make it into HEAD first then get backported to 3.5 but not to 4.0? Or is it missing from HEAD too? -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
