> 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

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

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:

  cd ..
  make all install

Doing this, most targets appeared to be up to date but for each library I got
the following warning (which might also have appeared in the first run of "make
install" - I didn't log its outputs.):

  libtool: link: warning: undefined symbols not allowed in i686-pc-mingw32
shared libraries

I continued anyway:

  cd demos
  ./configure

This delivered still the same complaint about Agar not being installed
(allthough agar-config has been called, as I had to allow its execution by the
firewall.)

At this point I'm giving up for today.

Bye


_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html

Reply via email to