Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Help
»
compiling svn "cannot find -lcodeblocks"
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: compiling svn "cannot find -lcodeblocks" (Read 3568 times)
Pecan
Plugin developer
Lives here!
Posts: 2875
compiling svn "cannot find -lcodeblocks"
«
on:
August 26, 2012, 04:24:04 pm »
I'm trying to re-compiler svn codeblocks under ubuntu.
When compiling the src target I get the message
"/usr/bin/ld: cannot find -lcodeblocks" when it's actually there in the devel dir as codeblocks.so .
Even when I explicity add the search dir, I still get the message.
What am I doing wrong?
«
Last Edit: August 26, 2012, 04:28:34 pm by Pecan
»
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
Re: compiling svn "cannot find -lcodeblocks"
«
Reply #1 on:
August 26, 2012, 04:52:17 pm »
The file must be libcodeblocks.so
What is the version of your C::B you're using to compile C::B? (I guess you're compiling from inside C::B).
Logged
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]
Pecan
Plugin developer
Lives here!
Posts: 2875
Re: compiling svn "cannot find -lcodeblocks"
«
Reply #2 on:
August 26, 2012, 05:06:09 pm »
Thanks, I did the rename and I'm cooking again.
Looks like my ubuntu is just too old now, 'cause it'll only install codeblocks 8.02
If svn 8249 completes, I'll uninstall the old 8.02
Thanks again
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
Re: compiling svn "cannot find -lcodeblocks"
«
Reply #3 on:
August 26, 2012, 05:25:39 pm »
Probably you can try to install a nightly build.
Also you can always use the autotools build system or you can even build debian packages from svn sources (this is the best long-term option in my opinion).
Logged
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Help
»
compiling svn "cannot find -lcodeblocks"