On Apr 16, 2006, at 6:45 AM, Martin Costabel wrote:

Does the warning disappear if you add #include <string.h> to evaluate.c?

Yes, that worked. Thanks.

The package instructions say to run ./install to build and install the package, it looks like this:

more license.txt
echo Type YES if you agree, otherwise abort the installation with cntrl-C
read yes
cd t_coffee_source
make clean
make -i CC=gcc USER_BIN=../bin/ all
cd ..
mkdir $HOME/.t_coffee
mkdir $HOME/.t_coffee/cache
mkdir $HOME/.t_coffee/methods
mkdir $HOME/.t_coffee/tmp
./bin/test.pl
./bin/t_coffee -update

The line make -i CC=gcc USER_BIN=../bin/ all works when I issue it outside of fink, however when using fink, I get the following error:

make -i CC=gcc USER_BIN=/sw/src/fink.build/root-tcoffee-3.93-1/sw/bin all
make: *** No rule to make target `all'.  Stop.

Any suggestions how to work around this? Also I am not sure what to do with the mkdir lines, since that will create some dirs in the home folder, outside fink.

thanks,

- Koen.



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to