problem when compiling sdl
Zbigniew Luszpinski
zbiggy at o2.pl
Mon Sep 26 22:40:37 UTC 2005
> Steven Michalske wrote:
> >The proper way to correct this is the bad_flags or BAD_FLAGS or
> >something like that
>
> that would be adding "bad_flags ALL" to the top of the BUILD file of
> that module. However this would not clean out optimizations set by the
> modules makefiles itself.
There is another way I use if any module do not want compile:
In optimize.lunar before last bracket insert:
export CFLAGS=""
export CXXFLAGS=""
export LDFLAGS=""
this helps if there is really compiler/linker flags problem.
Remember to remove them after compiling not compilable module to restore
default optimizations.
greets, :-)
Zbigniew 'zbiggy' Luszpinski
More information about the Lunar
mailing list