John Labenski wrote: >> I also had a problem with using CXX='ccache g++', so I had to disable >> ccache >> in order to build wxLua (seems like it was missing out on the "g++" >> part ?) > > Could you show the command line for building? It sounds like only the > first word ccache was taken somehow.
The (generated from Portfile) command line for the configure was: CFLAGS='-O2' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2' CPP='ccache /usr/bin/cpp-4.0' CXX='ccache /usr/bin/g++-4.0' F90FLAGS='-O2' LDFLAGS='-L/opt/local/lib' FCFLAGS='-O2' OBJC='ccache /usr/bin/gcc-4.0' INSTALL='/usr/bin/install' OBJCFLAGS='-O2' FFLAGS='-O2' CC='ccache /usr/bin/gcc-4.0' \ ./configure --prefix=/opt/local --mandir=/opt/local/share/man --with-wx-prefix=/opt/local --enable-wxbindstc --enable-luamodule And when disabling ccache, the initial "ccache " prefix goes away. --anders ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ wxlua-users mailing list wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users