Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: knackeback on November 09, 2005, 07:26:43 am

Title: compile instructions for linux
Post by: knackeback on November 09, 2005, 07:26:43 am
Hi,
I downloaded codeblocks-1.0rc2 and want install the package under linux.
Unfortunatly I found no configure script.  (IIRC the previous distribution contained
a Makefile.unix or similiar)
I saw a configure.in (BTW why not named configure.ac ?) and tried
aclocal
autoheader --force
automake --add-missing --copy --force-missing

and got an error:
configure.in:23: required file `./ltmain.sh' not found

How to install the package ?
Title: Re: compile instructions for linux
Post by: Urxae on November 09, 2005, 08:41:26 am
There should be a bootstrap script. Run that first.
Title: Re: compile instructions for linux
Post by: mandrav on November 09, 2005, 08:41:57 am
Run the bootstrap script.
Note that some files may have windows line endings by accident and produce errors when you run configure. Just search this forum for the solution...
Title: Re: compile instructions for linux
Post by: yop on November 09, 2005, 08:43:01 am
http://wiki.codeblocks.org/index.php/Compiling_Code::Blocks_in_Linux_%28applies_to_all_distros%29  :wink:
Title: Re: compile instructions for linux
Post by: knackeback on November 09, 2005, 01:13:29 pm
http://wiki.codeblocks.org/index.php/Compiling_Code::Blocks_in_Linux_%28applies_to_all_distros%29  :wink:

cool codeblock runs now...