hi guys, sry if im posting in the wrong place but i think this problem is more related to programming than applications. i am in dire need of a c++ package for sparse matrix manipulations and i have found FLENS to be a good one given that it has been tested on Macs. The package is located here. i have downloaded the zipped file and followed all the instructions but im having problem with "make install". i have changed the name of the "config.macosx" file to "config" as mentioned in the instructions in the link i just gave you. then i ran "make" which printed a couple long lines and finally ended its operation without any errors. i also ran "make" again just to make sure and i got :
then i ran "sudo make install" and after asking my password it says:
so what am i doing wrong? since i havent been able to "make install" any open source packages on my laptop since i've moved on to mac os x. i wonder what im doing wrong.
o and im using 10.6.2
Code:
FLENS_HOME=/Users/bamdadhosseini/Downloads/FLENS-2009-06-12
processing dir flens:
g++-4.2 -dynamiclib -Wnewline-eof -Wextra -Wall -pedantic -Werror -pedantic-errors -p -g -O3 -DVECLIB -DDEBUG -o libflens.dylib .obj/*.o -framework Accelerate
cp libflens.dylib /Users/bamdadhosseini/Downloads/FLENS-2009-06-12
processing dir tutorials:
make[1]: Nothing to be done for `all'.
processing dir examples:
make[1]: Nothing to be done for `all'.
processing dir tests:
make[1]: Nothing to be done for `all'.
then i ran "sudo make install" and after asking my password it says:
Code:
Makefile.common:19: /config: No such file or directory
make: *** No rule to make target `/config'. Stop.
so what am i doing wrong? since i havent been able to "make install" any open source packages on my laptop since i've moved on to mac os x. i wonder what im doing wrong.