The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: Nice
by eze on Tuesday 28/Aug/2001, @23:00
|
qt kdelibs and kdebase all compiled perfectly while using objprelink on my debian unstable box. Limit the level of recursion to 500 and see if that helps. I want to try kde without objprelink; once the app has fired up, it seems to run slower.
OT: can any1 explain --enable-final?
|
[
Reply To This | View ]
|
Re: Nice
by aegir on Wednesday 29/Aug/2001, @01:14
|
--enable-final is just for optimisation.
All sources files are appended in one big source file, and then compiled. It allows some bette opt. but requires a lot of RAM to compile.
|
[
Reply To This | View ]
|
Re: Nice
by Guillaume Laurent on Wednesday 29/Aug/2001, @01:54
|
Actually the main interest is not better optimisation but (much) better compile times.
|
[
Reply To This | View ]
|
Re: Nice
by jd on Wednesday 29/Aug/2001, @03:06
|
This is no joke either. First time I tried it, the compile finished so quickly I thought something was busted.. nope.. worked fine. :)
It doesn't always though, some projects can't be built with --enable-final.
|
[
Reply To This | View ]
|
Re: Nice
by Jim on Friday 31/Aug/2001, @08:12
|
How much memory do you have?
I have not tried it as it warns that you need a lot of memory.
|
[
Reply To This | View ]
|
|
Re: Nice
by Flaker on Tuesday 28/Aug/2001, @23:09
|
You have to return autoconf form pasture in slack 8, the new one is not really compatible.
|
[
Reply To This | View ]
|
Re: Nice
by Rob on Wednesday 29/Aug/2001, @02:03
|
On the subject of objprelink, has anybody managed to run it succesfully on RH6.2(with compiler updated to gcc-2.95.3 of course)? Do I need to update other packages(eg binutils) also? Does anyone else still run RH6.2? :-)
Now, off to compile koffice. :-)
|
[
Reply To This | View ]
|
Re: Nice
by Beehive on Wednesday 29/Aug/2001, @17:52
|
- Use a pre 2.50 autoconf
AND/OR
- Rude hack!
move m4 to gm4 and then make an 'm4' shell script: /usr/bin/gm4 -L2000 $@
There's a way to set the M4 recursion with an environment variable, but I could not quickly find documentation on it.
I did notice that most/all of the packages take more time to compile using autoconf 2.50
|
[
Reply To This | View ]
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|