[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt-get -b source compile problems



Frank Van Damme wrote:

On Sunday 02 March 2003 20:20, Carlos Acedo wrote:
here an example of what I do:

$ apt-get build-dep kdebase
$ apt-get -b source kdebase

This is not going to build athlon optimised applications. You have to set mess with the debian/rules file I think, and set C(PP)FLAGS to the right values there.

I think with:

CFLAGS="-march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -O3 -pipe -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -maccumulate-outgoing-args -ffast-math -fprefetch-loop-arrays" CXXFLAGS="-march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -O3 -pipe -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -maccumulate-outgoing-args -ffast-math -fprefetch-loop-arrays"

Should compile athlon-xp omtimized binaries, at least does it with all progs compiled since I use gcc-3.2.

but I steel don't know why I get that .moc not found error :(




Reply to: