> Hi Nicola, > > I have installed msys and mingw as it is described in mingw installation document > in make/Documentation. After explicitly sourcing /etc/profile (I do not > know why it was not read by sh) I have configured and made > gnustep-make. make install will end with endless loop launching > something in the background: > > ./ANNOUNCE: Announcement: command not found > > What is wrong?
I don't know - something is probably wrong with the configuration steps. can you provide me with the full log ? I need more info to help. my suggestion for how to debug it - try running 'make install -n', it should print out all commands which *would* be executed. have a look at it, you may be able to spot obviously wrong commands. you may also want to check that the GNUmakefile (generated from GNUmakefile.in) makes sense ... for example that INSTALL INSTALL_PROGRAM INSTALL_DATA are properly defined. I guess you can probably figure out where the problem is. :-) If you're lost, send me lots of debugging info. :-) _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
