hello..
sorry for not including the information..
even for a a simple c code header files were not found.
start:
#include<math.h>
main()
{}
end.
the program was compiled in gcc -o san san.c
the eror was no math.h file found..
i found this as the bug in gcc (from archives) and can be sorted using
-lm option..
but this didnt not help me.
the same happens to when i tried to compile gcc -o cpi cpi.c -lmpi
error: c2:19 no math.h found
and all the datatypes defined in the file are unrecognised.
i included the include files and lib files giving the locations (-I
and -L flags)
the gcc i am using is a 3.4.2 and i cant find a way out..
can you please help me now.
i built my own cluster. the test suite which comes with oscar shows a success.
thanking you
genie
|