gcc -v

Usando especificaciones internas.
Objetivo: i686-redhat-linux
Configurado con: ../configure --prefix=/usr --mandir=/usr/share/man --
infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/
bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --
enable-checking=release --with-system-zlib --enable-__cxa_atexit --
disable-libunwind-exceptions --enable-gnu-unique-object --enable-
languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --
disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
--enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-
jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-
ppl --with-cloog --with-tune=generic --with-arch=i686 --build=i686-
redhat-linux
Modelo de hilos: posix
gcc versión 4.4.4 20100630 (Red Hat 4.4.4-10) (GCC)



On 10 sep, 11:32, Roberto De Ioris <robe...@unbit.it> wrote:
> Il giorno 10/set/2010, alle ore 11.17, salbefe ha scritto:
>
>
>
>
>
> > After downloading the current mercurial tip and after trying to
> > compile I get the following error:
>
> > [r...@tango uwsgi]# make -f Makefile.Py26
> > python2.6 uwsgiconfig.py --build
> > Traceback (most recent call last):
> >  File "uwsgiconfig.py", line 83, in <module>
> >    gcc_version = str(spcall2("%s -v" % GCC)).split('\n')[-1].split()
> > [2]
> >  File "uwsgiconfig.py", line 79, in spcall2
> >    return p.stderr.read().rstrip().decode()
> > UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position
> > 787: ordinal not in range(128)
> > make: *** [all] Error 1
>
> > :((
>
> Can you post the output of
>
> gcc -v
>
> ?
>
> --
> Roberto De Iorishttp://unbit.it
> JID: robe...@jabber.unbit.it

Reply via email to