I am trying to compile bandgnu13.c but with the command given as in manual it shows the following error. However, it built bandgnu13 executable file but again this executable could not open the cdia.Band. Could anybody help me. thanking in advance with regards sanjeev
$ gcc bandgnu13.c -lm -o bandgnu13 bandgnu13.c: In function emainf: bandgnu13.c:108: warning: incompatible implicit declaration of built-in function eexitf bandgnu13.c:122: warning: incompatible implicit declaration of built-in function eexitf bandgnu13.c:148: warning: incompatible implicit declaration of built-in function emallocf bandgnu13.c:303: warning: incompatible implicit declaration of built-in function eexitf bandgnu13.c:357: warning: incompatible implicit declaration of built-in function eexitf bandgnu13.c:406: warning: incompatible implicit declaration of built-in function efreef
Page: [1]
Re: bandgnu13.c compilation error( No.1 )
Date: 2011/09/07 00:54
Name: T.Ozaki
Hi,
Could you include the following line in the code, and recompile it again ?