News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

compile instructions for linux

Started by knackeback, November 09, 2005, 07:26:43 AM

Previous topic - Next topic

knackeback

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 ?

Urxae

There should be a bootstrap script. Run that first.

mandrav

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...
Be patient!
This bug will be fixed soon...

yop

Life would be so much easier if we could just look at the source code.