Re: Problem building libcroco



Le sam 12/07/2003 à 22:41, Nath a écrit :

> 
> Perhaps the problem appears because I use a old compiler version ? I
> think my compiler is gcc 2.95 but my linux distribution is a Debian
> testing/unstable and it seems gcc 3.0 and also 3.2 are installed but if
> it's preferable to compile with gcc 3.0 or 3.2 how can I indicate
> to garnome to choose one of these versions instead of gcc 2.95 ?

Hello,

to change the default compiler you have to edit and uncomment some
options in "gar.conf.mk" file around line 100 like this:

>> snip >>

# Bleeding edge compiler
CC = gcc-3.2
CXX = g++-3.2
# Athlon XP/MP
#CFLAGS += -falign-functions=4 -mfancy-math-387 -march=athlon-xp
# Athlon Tbird
CFLAGS += -falign-functions=4 -mfancy-math-387 -march=athlon-tbird
# My iBook
#CFLAGS += -falign-functions=4 -march=750

<< snap <<


Richard.




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