Y
yezi
Hi:
I code a main function in one file "nlp.c"
code defination of variabla in one file "nlp.h"
I use "
gcc nlp.c -o nlp.out ; no error message;
I use :
gcc nlp.c nlp.out nlp.h -lm ;
the message is :
compilation of header file requested
WOuld you give me some hint of that , thanks
I code a main function in one file "nlp.c"
code defination of variabla in one file "nlp.h"
I use "
gcc nlp.c -o nlp.out ; no error message;
I use :
gcc nlp.c nlp.out nlp.h -lm ;
the message is :
compilation of header file requested
WOuld you give me some hint of that , thanks