Results 1 to 1 of 1
hay (problem is solved... thank you)
I try to write a basic makefile which looks like
Code:
read_init: read_initCon.c
gcc -o read_init read_initCon.c -lm
but the result is not the ...
- 01-19-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 5
makefile with -lm (solved...)
hay (problem is solved... thank you)
I try to write a basic makefile which looks like
but the result is not the compilation of my program but the second line is printed to the shell and thats it... if I delete -lm at the end the compilation is working, but I need the link, so the compilation is not successful.Code:read_init: read_initCon.c gcc -o read_init read_initCon.c -lm
thanks for any help
best regards
florian


Reply With Quote