Hi, I ran your test programs on sparc, with the following results:
On Sat, Feb 16, 2008 at 23:17:09 +0530, Kumar Appaiah wrote: > 1. Please build and run the following programs > g++ <progfile>.cpp -lblas should do. > > Program 1 > --------- > $ make blastest1 CXXFLAGS='-Wall -g' LDFLAGS=-lblas g++ -Wall -g -lblas blastest1.cpp -o blastest1 $ ./blastest1 Illegal instruction > > Program 2 > --------- > $ make blastest2 CXXFLAGS='-Wall -g' LDFLAGS=-lblas g++ -Wall -g -lblas blastest2.cpp -o blastest2 $ ./blastest2 $ echo $? 1 Cheers, Julien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

