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

Error on compile #5

Closed
GoogleCodeExporter opened this issue Dec 12, 2015 · 1 comment
Closed

Error on compile #5

GoogleCodeExporter opened this issue Dec 12, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. compiling in ubuntu 10.04
2.
3.

What is the expected output? What do you see instead?

should compile. instead I get an error


What version of the product are you using? On what operating system?
version 54 on ubuntu 10.04


Please provide any additional information below.
The following is a cut and paste from the terminal upon compile

steve@steve-laptop:~/HeeksCAD/HeeksCNC/libarea$ sudo make install
g++ -shared -rdynamic `python-config --ldflags` -lboost_python-mt -fPIC 
-Wl,-soname,libarea.so.0 Arc.o Area.o booleng.o Circle.o graph.o graphlst.o 
instonly.o line.o link.o lpoint.o node.o PythonStuff.o record.o scanbeam.o -o 
.libs/area.so -lstdc++ `python-config --libs`
/usr/bin/ld: cannot find -lboost_python-mt
collect2: ld returned 1 exit status
make: *** [.libs/area.so] Error 1


Original issue reported on code.google.com by DeathOf...@gmail.com on 20 Jul 2010 at 5:53

@GoogleCodeExporter
Copy link
Author

OK. This should be fixed now.
I changed "-lboost_python-mt" to "-lboost_python"

Original comment by danhe...@gmail.com on 20 Jul 2010 at 7:11

  • Changed state: Fixed

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