Building wxWidgets under MinGW/MSYS for use with Eclipse

Milan Babuskov milanb at panonnet.net
Mon May 5 07:58:33 PDT 2008


Lars Uffmann wrote:
> I found that the configure.in script uses the variable
>   wx_top_builddir="`pwd`"
> to later store the lib files in
>   $(wx_top_builddir)/lib
> which means that
>   ./configure --prefix=/mingw
> or
>   ./configure --bindir=/mingw/bin --libdir=mingw/lib
> is basically ignored (for the lib output folder).

I don't know about other settings, but I believe --prefix is used for 
'make install', not for 'make'. SO when you do 'make install' it copies 
files from `pwd`/lib to prefix/lib.

-- 
Milan Babuskov
http://www.flamerobin.org


More information about the wx-users mailing list