Title: Trouble installing perl 5.6.1 on aix 5.2

Hello,
I'm running aix 5.2 , gcc 3.2.2 and trying to install Perl 5.6.1

The configure script runs, however when i try to make it fails. Any help would be greatly appreciated.

>make -f Makefile

        `sh  cflags libperl.a miniperlmain.o`  miniperlmain.c
          CCCMD =  gcc -DPERL_CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -fno-strict-aliasing -I/usr/local/include -O

        `sh  cflags libperl.a perl.o`  perl.c
          CCCMD =  gcc -DPERL_CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -fno-strict-aliasing -I/usr/local/include -O

        `sh  cflags libperl.a malloc.o`  malloc.c
          CCCMD =  gcc -DPERL_CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -fno-strict-aliasing -I/usr/local/include -O

        `sh  cflags libperl.a gv.o`  gv.c
          CCCMD =  gcc -DPERL_CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -fno-strict-aliasing -I/usr/local/include -O

        `sh  cflags libperl.a toke.o`  toke.c
          CCCMD =  gcc -DPERL_CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -fno-strict-aliasing -I/usr/local/include -O

        `sh  cflags libperl.a perly.o`  perly.c
          CCCMD =  gcc -DPERL_CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -fno-strict-aliasing -I/usr/local/include -O

        `sh  cflags libperl.a op.o`  op.c
          CCCMD =  gcc -DPERL_CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -fno-strict-aliasing -I/usr/local/include -O

        `sh  cflags libperl.a regcomp.o`  regcomp.c
          CCCMD =  gcc -DPERL_CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -fno-strict-aliasing -I/usr/local/include -O

        `sh  cflags libperl.a dump.o`  dump.c
          CCCMD =  gcc -DPERL_CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -fno-strict-aliasing -I/usr/local/include -O

        `sh  cflags libperl.a util.o`  util.c
          CCCMD =  gcc -DPERL_CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -fno-strict-aliasing -I/usr/local/include -O

        `sh  cflags libperl.a mg.o`  mg.c
          CCCMD =  gcc -DPERL_CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -fno-strict-aliasing -I/usr/local/include -O

        `sh  cflags libperl.a hv.o`  hv.c
          CCCMD =  gcc -DPERL_CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -fno-strict-aliasing -I/usr/local/include -O

        `sh  cflags libperl.a av.o`  av.c
          CCCMD =  gcc -DPERL_CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -fno-strict-aliasing -I/usr/local/include -O

        `sh  cflags libperl.a run.o`  run.c
          CCCMD =  gcc -DPERL_CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -fno-strict-aliasing -I/usr/local/include -O

        `sh  cflags libperl.a pp_hot.o`  pp_hot.c
          CCCMD =  gcc -DPERL_CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -fno-strict-aliasing -I/usr/local/include -O

        `sh  cflags libperl.a sv.o`  sv.c
          CCCMD =  gcc -DPERL_CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -fno-strict-aliasing -I/usr/local/include -O

        `sh  cflags libperl.a pp.o`  pp.c
          CCCMD =  gcc -DPERL_CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -fno-strict-aliasing -I/usr/local/include -O

        `sh  cflags libperl.a scope.o`  scope.c
          CCCMD =  gcc -DPERL_CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -fno-strict-aliasing -I/usr/local/include -O

        `sh  cflags libperl.a pp_ctl.o`  pp_ctl.c
          CCCMD =  gcc -DPERL_CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -fno-strict-aliasing -I/usr/local/include -O

        `sh  cflags libperl.a pp_sys.o`  pp_sys.c
          CCCMD =  gcc -DPERL_CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -fno-strict-aliasing -I/usr/local/include -O

pp_sys.c: In function `Perl_pp_ghostent':
pp_sys.c:4356: warning: assignment makes pointer from integer without a cast
pp_sys.c:4367: warning: assignment makes pointer from integer without a cast
pp_sys.c:4374: warning: assignment makes pointer from integer without a cast
pp_sys.c:4388: error: dereferencing pointer to incomplete type
pp_sys.c:4389: error: dereferencing pointer to incomplete type
pp_sys.c:4389: error: dereferencing pointer to incomplete type
pp_sys.c:4392: error: dereferencing pointer to incomplete type
pp_sys.c:4399: error: dereferencing pointer to incomplete type
pp_sys.c:4401: error: dereferencing pointer to incomplete type
pp_sys.c:4407: error: dereferencing pointer to incomplete type
pp_sys.c:4409: error: dereferencing pointer to incomplete type
pp_sys.c:4418: error: dereferencing pointer to incomplete type
pp_sys.c:4419: error: dereferencing pointer to incomplete type
pp_sys.c: In function `Perl_pp_gnetent':
pp_sys.c:4463: warning: assignment makes pointer from integer without a cast
pp_sys.c:4471: warning: assignment makes pointer from integer without a cast
pp_sys.c:4478: warning: assignment makes pointer from integer without a cast
pp_sys.c:4488: error: dereferencing pointer to incomplete type
pp_sys.c:4490: error: dereferencing pointer to incomplete type
pp_sys.c:4497: error: dereferencing pointer to incomplete type
pp_sys.c:4499: error: dereferencing pointer to incomplete type
pp_sys.c:4505: error: dereferencing pointer to incomplete type
pp_sys.c:4507: error: dereferencing pointer to incomplete type
pp_sys.c: In function `Perl_pp_gprotoent':
pp_sys.c:4551: warning: assignment makes pointer from integer without a cast
pp_sys.c:4557: warning: assignment makes pointer from integer without a cast
pp_sys.c:4563: warning: assignment makes pointer from integer without a cast
pp_sys.c:4573: error: dereferencing pointer to incomplete type
pp_sys.c:4575: error: dereferencing pointer to incomplete type
pp_sys.c:4582: error: dereferencing pointer to incomplete type
pp_sys.c:4584: error: dereferencing pointer to incomplete type
pp_sys.c:4590: error: dereferencing pointer to incomplete type
pp_sys.c: In function `Perl_pp_gservent':
pp_sys.c:4640: warning: assignment makes pointer from integer without a cast
pp_sys.c:4653: warning: assignment makes pointer from integer without a cast
pp_sys.c:4660: warning: assignment makes pointer from integer without a cast
pp_sys.c:4673: error: dereferencing pointer to incomplete type
pp_sys.c:4677: error: dereferencing pointer to incomplete type
pp_sys.c:4684: error: dereferencing pointer to incomplete type
pp_sys.c:4686: error: dereferencing pointer to incomplete type
pp_sys.c:4695: error: dereferencing pointer to incomplete type
pp_sys.c:4698: error: dereferencing pointer to incomplete type
make: The error code from the last command is 1.


Stop.

_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to