On Sat, Jun 9, 2012 at 4:08 AM, Jim Michaels <jmich...@yahoo.com> wrote: > 20111127 auto build 32-bit windows. > here is my fstab: > $ cat /etc/fstab > c:/ /c > e:/ /e > c:/prj /prj > c:/prj/fltk /fltk > c:/wxWidgets-2.9.3 /wx > c:/mingw-w32-bin_i686-mingw_20111127 /mingw > c:/mingw-w64-bin_i686-mingw_20111127 /mingw64 > c:/jackplugins /jp > > so as you can see, /mingw/ isn't the mingw you are thinking...
It was your config.log file that told me. I didn't have to think about it. > > BASH manual says is supposed to use .bashrc on startup. does this shell use > instead .profile? hmm. that's different. > MSYS uses sh.exe which uses .profile. You have read the entire manual of bash. > so now I have this essentially for my .profile: > > $ cat ~/.profile > ADDR2LINE=`ls /mingw/bin/*mingw32-addr2line.exe` > CC=`ls /mingw/bin/*mingw32-gcc.exe` > CPP=`ls /mingw/bin/*mingw32-cpp.exe` > CXX=`ls /mingw/bin/*mingw32-g++.exe` > AR=`ls /mingw/bin/*mingw32-ar.exe` > AS=`ls /mingw/bin/*mingw32-as.exe` > DLLTOOL=`ls /mingw/bin/*mingw32-dlltool.exe` > DLLWRAP=`ls /mingw/bin/*mingw32-dllwrap.exe` > GPROF=`ls /mingw/bin/*mingw32-gprof.exe` > > export ADDR2LINE AR AS CC CPP CXX DLLTOOL DLLWRAP GPROF > > and most things compile (except mingw-w64). You mean the /mingw64 directory? Don't you need to change the variables to point to that? > I would really like to be able to compile it because I need the update. > difference I suppose between your builds and mine is I am trying to build on > a windows system - if that's possible. > > I always get an error during make. > Looks like you need to debug why. > other stuff now compiles just fine (well, except for the ones that are > unix-specific like jack audio, and apache modules). :-( > > looks like I am not going to be doing much with Jack audio server. > You'll need to figure out how to port these or turn on others ports of these packages. I know apache has Windows builds, I use it, but I use someone else's distribution. -- Earnie -- https://sites.google.com/site/earnieboyd ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public