Rafael wrote:

>  > apt-cache policy gcc

> gcc:
>    Instalados: 4:3.3.5-3
>    Candidato: 4:3.3.5-3
>    Tabla de versión:
>   *** 4:3.3.5-3 0
>          500 ftp://ftp.usc.es sarge/main Packages
>          100 /var/lib/dpkg/status

>  > gcc -v

> Leyendo especificaciones de /usr/lib/gcc-lib/i486-linux/3.3.5/specs
> Configurado con: ../src/configure -v 
> --enable-languages=c,c++,java,f77,pascal,ob
> jc,ada,treelang --prefix=/usr --mandir=/usr/share/man 
> --infodir=/usr/share/info
> --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared 
> --enable-__cxa_atexit --with-system-zlib --enable-nls 
> --without-included-gettext --enable-clocale=gnu --enable-debug 
> --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
> Modelo de hilos: posix gcc versión 3.3.5 (Debian 1:3.3.5-13)

> Regards,

Thanks. Interesting, my version is no different, yet:

cpan> make Convert::UUlib
 <...>
Checking if your kit is complete...
Looks good
Writing Makefile for Convert::UUlib
cp UUlib.pm blib/lib/Convert/UUlib.pm
cd uulib && CC="cc" CFLAGS="-O2  -fPIC" ./configure
creating cache ./config.cache
checking for gcc... cc
checking whether the C compiler (cc -O2  -fPIC ) works... yes
checking whether the C compiler (cc -O2  -fPIC ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E
checking if the compiler supports function prototypes... yes
checking whether make sets ${MAKE}... yes
checking for ranlib... ranlib
checking for ANSI C header files... no
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking for memory.h... yes
checking for malloc.h... yes
checking for errno.h... yes
checking for io.h... no
checking for sys/time.h... yes
checking for gettimeofday... no
checking for tempnam... no
checking for chmod... no
checking for umask... no
checking for mkstemp... no
checking for strerror... no
checking for stdin... no
checking for stdarg.h... yes
checking for varargs.h... no
checking version number... 0.5pl20
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
cd uulib && /usr/bin/make all
make[1]: Entering directory `/root/.cpan/build/Convert-UUlib-1.08/uulib'
cc -c -O2  -fPIC -I.  -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uulib.c
In file included from uulib.c:81:
fptools.h:71: error: conflicting types for `FP_tempnam'
/usr/include/stdio.h:197: error: previous declaration of `FP_tempnam'
uulib.c: In function `UULoadFileWithPartNo':
uulib.c:723: warning: assignment makes pointer from integer without a cast
uulib.c: In function `UUDecodeFile':
uulib.c:957: warning: assignment makes pointer from integer without a cast
uulib.c:1062: warning: assignment makes pointer from integer without a cast
make[1]: *** [uulib.o] Error 1
make[1]: Leaving directory `/root/.cpan/build/Convert-UUlib-1.08/uulib'
make: *** [uulib/libuu.a] Error 2
  /usr/bin/make  -- NOT OK

So, I don't know...

Gary V


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to