Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: ordak on July 20, 2018, 06:52:04 am

Title: ./bootstrap problem
Post by: ordak on July 20, 2018, 06:52:04 am
Hi,

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

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

Should I do this according to Internet or something else :

Code
sudo apt install libtool
Title: Re: ./bootstrap problem
Post by: oBFusCATed on July 20, 2018, 07:52:16 am
There is the build-essential meta package. Do you have it installed?
Title: Re: ./bootstrap problem
Post by: ordak on July 20, 2018, 08:07:33 am
There is the build-essential meta package. Do you have it installed?

Code
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 ?
Title: Re: ./bootstrap problem
Post by: oBFusCATed on July 20, 2018, 08:16:42 am
Ask on ubuntu supporting forum, I don't use it, so I can't help. :(
Title: Re: ./bootstrap problem
Post by: ordak on July 20, 2018, 08:44:15 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.
Title: Re: ./bootstrap problem
Post by: stahta01 on July 20, 2018, 12:10:43 pm
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.