Re: [Fink-users] OT: problem with make

2003-02-11 Thread Michèle Garoche
Thanks Kow, I even did not know this difference between the two flavors, so I'll go reading the right reference once again. And many thanks for the wishes. Michèle http://micmacfr.homeunix.org/ --- This SF.NET email is sponsored by:

[Fink-users] OT: problem with make

2003-02-10 Thread Michèle Garoche
Sorry for the OT. Would a kind soul help me to make one valid makefile (a little more complicated than the hello world example, but far less difficult than the ones you have to deal with: just a header, 6 c files and 5 executables to make, no library to build). At the moment I run 5 makefiles

Re: [Fink-users] OT: problem with make

2003-02-10 Thread Michèle Garoche
Le lundi, 10 fév 2003, à 20:19 Europe/Paris, Justin Wright a écrit : try replacing the $@ in the long makefile with the actual object name...does the same thing happen? If I run the long makefile as it is, it only build the first program. Same if I replace the $@ with the object name (is it