This thread is locked.Only browsing is available.
Top Page > Browsing
bandgnu13.c compilation error
Date: 2011/09/05 17:01
Name: sanjeev   <snarooka@yahoo.com>

Dear all,

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
ƒƒ“ƒe
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 ?

#include <stdlib.h>

Regards,

TO
ƒƒ“ƒe

Page: [1]