On Wed, 17 Dec 2003 13:51:47 +0100
"Mario Premke" <[EMAIL PROTECTED]> wrote:
> Thanks for the quick response!
>
> And [Ooopps], you were right - I messed up my host.def. I did a new check out and
> only commented out PPC, Alpha and added '#define
> MesaUse3DNow YES' and it compiles [so far].
> B
PROTECTED] Auftrag von Mario
> Premke
> Gesendet: Mittwoch, 17. Dezember 2003 10:48
> An: Felix Kühling
> Cc: dri-devel
> Betreff: AW: [Dri-devel] Compilation Error
>
>
> OK, my host.def follows with all comments teared off [the GccWarningOptions look
> good IMHO]
try reproducing that problem in the diretory on the commandline by hand.
remove one qualifier after the other until the problem vanishes.
also try replacing the `...` expression with 0 or 1.
try running that sub expression separately.
sometimes such problems cannot be tracked down other than
at t
OTO -DCPP_PROGRAM="\"cpp\"" -DHAS_MERGE_CONSTANTS=`if gcc -m32
> -fmerge-constants -xc /dev/null /dev/null 2> /dev/null 1>
> /dev/null; then echo 1; else echo 0; fi` -c -o imake.o imake.c
> gcc: cannot specify -o with -c or -S and multiple compilati
`/home/mapr/DRI-CVS/xc/xc'
make: *** [World] Error 2
Thanks
Mario
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Auftrag von Felix
> Kühling
> Gesendet: Mittwoch, 17. Dezember 2003 09:21
> An: Mario Premke
> Cc: dri-de
On Wed, 17 Dec 2003 09:06:52 +0100
"Mario Premke" <[EMAIL PROTECTED]> wrote:
> Hello list,
> I made a CVS checkout and edited the host.def like it is described in the
> Compilation Guide. Now I get a compilation error - apparently because of
> combining the '-c' and '-o' compiler flags, what seems
Hello list,
I made a CVS checkout and edited the host.def like it is described in the
Compilation Guide. Now I get a compilation error - apparently because of
combining the '-c' and '-o' compiler flags, what seems reasonable to me ...
shouldn't it possibly compile in two steps [first with '-c' and