On Tue, Aug 17, 2010 at 07:51:17PM +0000, c. scholtes wrote: > > I was trying to build agar using msys following the tutorial on agar.org. > > (originaly I'm using Code::Blocks and MinGW/GCC compiler). > > I ended up with an error "line 838 cc: command not found". > > The error occurs at the beginning of the use of the "make" command. > > Hi, > > I've got exactly the same problem (MSys 1.0.10 on XP 32). I tried to fix it > with > the following MSys command line: > > ln -s /mingw/bin/gcc.exe /bin/cc
This was fixed in SVN, it should now revert to gcc correctly in msys if cc is not found and $CC is unset. > After that "make depend" appears to have worked without any failure. > Executing "make" also appears to work, apart from this line of output > following > immediately after the line ~"creating libtool": > > /bin/sh: line 3: [: too many arguments You can ignore this, it comes from a libtool test and is benign. > Still compilation continues without any apparent further errors. > > Then I did: > > make install > cd demos > ./configure > > The last command failed and suggested to ensure that "agar-config" was in the > path (which it is). I still did: Can you try building just one demo and post the contents of config.log? It should contain the exact error. _______________________________________________ Agar mailing list [email protected] http://libagar.org/lists.html
