On Wed Feb 14 09:09:14 2007, coke wrote:
> Trying to build with GMP support on OSX intel. I have libgmp in
> /opt/local/bin/
> 
> if I run:
> 
> CC="ccache gcc-4.0"
> CX="ccache g++-4.0"
> perl Configure.pl --cc="$CC" --cxx="$CX" --link="$CX" --ld="$CX"
>  --ccflags="-L/opt/local/lib -I/opt/local/include"
>  --ldflags="-L/opt/local/lib" --step=auto::gmp --verbose=auto:gmp
> 

Coke:  I happened to re-read the first post to this ticket, now nearly a
year old.  I want to make sure that you're *not* calling Configure.pl
these days in the manner above.  The --step option is now only used with
tools/dev/reconfigure.pl; it's used when you want to rerun just one
config step after Configure.pl has completed.  Also, if you want to run
a particular step with verbose output, the phrasing is now: 
--verbose-step=auto::gmp.

Does that clear up any of your problems?

kid51

Reply via email to