Skip to content
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

Installation :: ./configure failed! #4

Open
GoogleCodeExporter opened this issue Mar 20, 2016 · 2 comments
Open

Installation :: ./configure failed! #4

GoogleCodeExporter opened this issue Mar 20, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

When I run  ./configure ABI=32 --enable-optimized
It occurs that:
.....(omission)
checking lex library... -lfl
checking whether yytext is a pointer... yes
building for 32-bit architecture ONLY!
checking for pow in -lm... no
************************
m library not found
add its path to LDFLAGS
see ./configure --help
************************

It said that m library not found.

I used command whereis to check the location:
root@loccs-ubuntuvm:~/workspace/fenc-0.2.0# whereis libm
libm: /usr/lib/libm.so /usr/lib/libm.a

Then I set LDFLAGS to add the lib path:
root@loccs-ubuntuvm:~/workspace/fenc-0.2.0# ./configure ABI=32 
--enable-optimized LDFLAGS=-L"/usr/lib"

But it still did not work, the same error appeared!

My OS is ubuntu10.10
Source code I used is fenc-0.2.0

Can anyone help? Thank you!



Original issue reported on code.google.com by Shining....@gmail.com on 5 Sep 2012 at 1:31

@GoogleCodeExporter
Copy link
Author

Did you resolve this issue? I'm running into the same error (Ubuntu 12.10).

Any suggestions or solutions would be appreciated.

Original comment by michaelg...@gmail.com on 11 Feb 2013 at 9:57

@GoogleCodeExporter
Copy link
Author

The following worked for me:-

./configure LDFLAGS=-L"/usr/lib/x86_64-linux-gnu/" --enable-optimized

For some reason (which I didn't bother to investigate) it didn't work if I 
included the API argument

Original comment by ali.saj...@gmail.com on 4 Oct 2013 at 2:06

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant