Tukaram wrote:

Hello,

I am still trying to build a fast and working KDE Desktop.

Today I rebuild kdebase3 with better compiler settings. (-fast -mcpu=G4 -mtune=G4 -fPIC) and some modified configure params (--disable-debug --enable-final).

But I find out that the startkde script and the editor kate are are be builded but not installed. And I dont no why.

If I copy kate from the build directory to /sw/bin manually kate works fine. But the startkde script is gone. The startkde script in the build directory will not work.

What can I do?

Did the package actually properly build? Sometimes they fail to build but continue on to the install phase if the exit code is not right.


On the other hand, I'm not sure I'd recommend doing this anyways. There are a number of places in KDE's code where they are very susceptible to GCC bugs (especially with Apple's GCC). You may run into other issues down the road. That's why the KDE packages compile with -Os in the first place, -O2 breaks all over the place. :)

Also, --enable-final doesn't really give an advantage on OSX because of the way we link, so you won't really get anything out of it, btw.


------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to