News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

./bootstrap problem

Started by ordak, July 20, 2018, 06:52:04 AM

Previous topic - Next topic

ordak

Hi,

I want to bootstrap Code::Blocks 11428 . It says :

Found revision: '0' ''
./bootstrap: 66: ./bootstrap: libtoolize: not found


Should I do this according to Internet or something else :

sudo apt install libtool
Code::Blocks SVN
OS : Ubuntu LTS

oBFusCATed

There is the build-essential meta package. Do you have it installed?
(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!]

ordak

Quote from: oBFusCATed on July 20, 2018, 07:52:16 AM
There is the build-essential meta package. Do you have it installed?

mehdi@mehdi-X556UQK:~$ dpkg -l build-essential
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version      Architecture Description
+++-==============-============-============-=================================
ii  build-essentia 12.4ubuntu1  amd64        Informational list of build-essen


If I have to reinstall it, how to ?
Code::Blocks SVN
OS : Ubuntu LTS

oBFusCATed

Ask on ubuntu supporting forum, I don't use it, so I can't help. :(
(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!]

ordak

Quote from: oBFusCATed on July 20, 2018, 08:16:42 AM
Ask on ubuntu supporting forum, I don't use it, so I can't help. :(

I reinstalled build-essential, got same first post error. libtool is not installed yet.
Code::Blocks SVN
OS : Ubuntu LTS

stahta01

Quote from: ordak on July 20, 2018, 08:44:15 AM
Quote from: oBFusCATed on July 20, 2018, 08:16:42 AM
Ask on ubuntu supporting forum, I don't use it, so I can't help. :(

I reinstalled build-essential, got same first post error. libtool is not installed yet.

I would install the libtool package.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]