Dechenjm / crack-language

Automatically exported from code.google.com/p/crack-language
Other
0 stars 0 forks source link

cannot find -lCrackDebugTools #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make CXXFLAGS="-g -O2 -fno-PIE -fPIC" all 
2.
3.

What is the expected output? What do you see instead?
cannot find -lCrackDebugTools

What version of the product are you using? On what operating system?
crack trunk, Gentoo ~amd64

Please provide any additional information below.

Original issue reported on code.google.com by wbr...@gmail.com on 31 Aug 2012 at 5:07

Attachments:

GoogleCodeExporter commented 9 years ago
this was recently broken out into a separate library. my guess is you may need 
a clean source tree, and/or to run ./bootstrap

Original comment by weyrick on 31 Aug 2012 at 5:11

GoogleCodeExporter commented 9 years ago
I deleted all files and directories except .hg
ran:
hg update -C
./bootstrap
./configure
make ...
but still same error

Original comment by wbr...@gmail.com on 31 Aug 2012 at 5:22

GoogleCodeExporter commented 9 years ago
I ran into this when testing the 0.7 distribution tarball.  Can you please try 
again with the latest source?  (bootstrap, configure, make)  I think I 
specified the library incorrectly in Makefile.am.in.

Original comment by mind...@gmail.com on 1 Sep 2012 at 6:49

GoogleCodeExporter commented 9 years ago
It is fixed, but another issue appeared
http://code.google.com/p/crack-language/issues/detail?id=112

Original comment by wbr...@gmail.com on 1 Sep 2012 at 7:15

GoogleCodeExporter commented 9 years ago
fixed in rev 00e22e67b811

Original comment by mind...@gmail.com on 2 Sep 2012 at 5:07