Hello,
I'm trying to link to the lapack routines in vecLib. I've written an
extremely simple program that calls sgetri. I include:
#include <vecLib/vecLib.h>
and compile with:
gcc -framework vecLib lapack_test.c
The error I get is:
gcc -framework vecLib lapack_test.c
/System/Library/Frameworks/vecLib.framework/Headers/vecLib.h:20:
warning: could not use precompiled header
'/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices-
gcc3.p', because:
/System/Library/Frameworks/vecLib.framework/Headers/vecLib.h:20:
warning: 'AvailabilityMacros.h' has different date than in precomp
ld: Undefined symbols:
_sgetri
Any suggestions?
Thanks,
Roger
_______________________________________________
scitech mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/scitech
Do not post admin requests to the list. They will be ignored.