Bug #1143 ./Configure program fails to "configure" under OSX
Submitted: 26 Aug 2003 9:37 Modified: 8 Oct 2003 2:41
Reporter: [ name withheld ] Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: Compiling Severity:S2 (Serious)
Version:4.0.14 OS:MacOS (OSX Server 10.2.6)
Assigned to: Lenz Grimmer CPU Architecture:Any

[26 Aug 2003 9:37] [ name withheld ]
Description:
Using the command line:

./configure CC=gcc CFLAGS="-O3 -fno-omit-frame-pointer" CXX=gcc CXXFLAGS="-O3 -fno-omit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" --prefix=/usr/local/mysql --with-extra-charsets=complex --enable-thread-safe-client --enable-local-infile --disable-share --with-openssl

Output states the folowing error when creating "config.status":
-----------
config.status: creating man/Makefile
config.status: creating BU
config.status: error: cannot find input file: BU.in
---------------

This is due somehow to the programming of making "BUILD/makefile"  

How to repeat:
Build under standard release of OSX 10.2.6 (option of --with-openssl does not effect the error)

./configure CC=gcc CFLAGS="-O3 -fno-omit-frame-pointer" CXX=gcc CXXFLAGS="-O3 -fno-omit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" --prefix=/usr/local/mysql --with-extra-charsets=complex --enable-thread-safe-client --enable-local-infile --disable-share --with-openssl

The program will not ./configure and will exit with an error.

Suggested fix:
Not sure how to fix
[8 Oct 2003 2:41] Lenz Grimmer
Sorry, I was not able to repeat the error you reported. I used the exact same
configure line on 10.2.6 and it worked. Can you please try it again, maybe with
a fresh 4.0.15 source tarball?
[4 Nov 2003 12:03] [ name withheld ]
This was due to a line feed being inserted by text editor.  Application configures and compiles properly using 4.0.15a source.