Author Topic: compile instructions for linux  (Read 5154 times)

knackeback

  • Guest
compile instructions for linux
« 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 ?

Offline Urxae

  • Regular
  • ***
  • Posts: 376
Re: compile instructions for linux
« Reply #1 on: November 09, 2005, 08:41:26 am »
There should be a bootstrap script. Run that first.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: compile instructions for linux
« Reply #2 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...
Be patient!
This bug will be fixed soon...

Offline yop

  • Regular
  • ***
  • Posts: 387
Life would be so much easier if we could just look at the source code.