update on BLAS Help
update on BLAS Help
- Subject: update on BLAS Help
- From: email@hidden
- Date: Mon, 26 May 2003 19:51:50 EDT
Thanks for the help, but from all the references I've gotten, its boiled down
to a single realization. I do not know how to use GCC correctly. If someone
could give me pointers on the correct commands, that would be helpful. Is this
http://gcc.gnu.org/onlinedocs/gcc-3.3/gcc/ a good place to start? Thanks for
any help!
should this work?
gcc
Make
# include <veclib/veclib.h>
- include (all the blas files, unless they are already in there)
-E
-std=c89.
iso9899:199409
-I [/system/frameworksb&.. or other places for all directories with needed
files]
-I- [/ for directories that seem to conflict if placed first]
-o (somewhere)
compile (whatever somewhere was) -framework vecLib
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.