-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compile error #9
Comments
what OS/gcc version are you using? I just tried on my mac, and the default |
Distributor ID: Ubuntu $ gcc --version |
I test the log10 and pow function, it works fine in my system. |
Maybe the gcc arguments in the makefile are screwing things up somehow for your system?
|
do you have any hint? |
Hi, I ran into the same error, I don't know if you have already solved it. In your make file you have the following lines: getErrorProfile: faSize: You have to move the $(LDFLAGS) variable just before the -o option. Somehow the linking doesn't work. Hope it solves your problem. getErrorProfile: faSize: |
I compile the getErrorProfile.c and it throwed the following error:
I have /usr/include/math.h header file in my system.
The text was updated successfully, but these errors were encountered: