wx 2.6 cvs branch: configure --prefix problem w/ gcc in cygwin

Vadim Zeitlin vadim at wxwindows.org
Fri Dec 1 17:05:26 PST 2006


On Thu, 30 Nov 2006 15:05:34 -0500 John Labenski <jlabenski at gmail.com> wrote:

JL> Using wxWidgets 2.6 from CVS I get this error using cygwin in MSW 2000.
JL> 
JL> $ ./config_gcc_static_debug >config_gcc_static_debug_out
JL> configure: error: expected an absolute directory name for --exec_prefix: NONE

 This is pretty strange. Looking at configure code (you can easily find the
relevant place by searching for the error message), NONE is explicitly
handled for exec_prefix. Could there be a stray space in it somehow?

JL> where the script config_gcc_static_debug contains this
JL> 
JL> ../configure \
JL> --prefix=/mnt/d/wxCVS/wxWidgets/wxWidgets_26/wxWidgets/config_gcc_static_debug \

 What is /mnt/d? The DOS drives are usually accessed as /cygdrive/d under
Cygwin.

JL> and yes the --prefix dir is correct and points to the location of the
JL> config_gcc_static_debug script.

 But it should point to a directory... I really don't understand what are
you trying to do.

 Regards,
VZ

-- 
TT-Solutions: wxWidgets consultancy and technical support
               http://www.tt-solutions.com/





More information about the wx-users mailing list