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

libtool: compile: unrecognized option `-c' #29

Closed
GoogleCodeExporter opened this issue Oct 12, 2015 · 4 comments
Closed

libtool: compile: unrecognized option `-c' #29

GoogleCodeExporter opened this issue Oct 12, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

It seems that the make is trying to use a libtool option that does not exist. 
What can I do to fix it?

What steps will reproduce the problem?
1. type: ./autogen.sh --prefix=$(pwd)/usr
2. type: make

What is the expected output? What do you see instead?
This should successfully make the program.

What version of the product are you using? On what operating system?
Revision 48

Please provide any additional information below.

Here is the exact bug in the make process:
/bin/bash ./libtool --tag=F77   --mode=compile    -c -o src/optimize/lbfgs.lo 
src/optimize/lbfgs.f
libtool: compile: unrecognized option `-c'
libtool: compile: Try `libtool --help' for more information.
make[1]: *** [src/optimize/lbfgs.lo] Error 1
make[1]: Leaving directory `/home/myname/workspace/sphinx/mitlm/mitlm-read-only'
make: *** [all-recursive] Error 1

Original issue reported on code.google.com by lylepr...@gmail.com on 13 Jul 2011 at 8:44

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

I installed gfortran and this issue went away.

Original comment by lylepr...@gmail.com on 14 Jul 2011 at 4:47

@GoogleCodeExporter
Copy link
Author

Try to install "fort77" package, in Ubuntu, and make clean && ./configure && 
make
I did it and worked for me.

Original comment by TK.AnjoA...@gmail.com on 24 Sep 2011 at 8:19

@GoogleCodeExporter
Copy link
Author

Original comment by giuliop...@gmail.com on 30 Jan 2013 at 2:43

  • Changed state: WontFix

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