Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"make" command not working properly? #89

Closed
p5pRT opened this issue Jun 21, 1999 · 1 comment
Closed

"make" command not working properly? #89

p5pRT opened this issue Jun 21, 1999 · 1 comment

Comments

@p5pRT
Copy link

p5pRT commented Jun 21, 1999

Migrated from rt.perl.org#893 (status was 'resolved')

Searchable as RT893$

@p5pRT
Copy link
Author

p5pRT commented Jun 21, 1999

From dhp@estrin.co.za

I need some more help please..
I have run Configure and it seems to work fine, and then goes back to the
prompt. Then I ran "make" , it compiles a whole lot of files and the when it
gets to pp_sys.c, it seems to stop and give errors. I have tried extracting
this file from the original archive and installing it, but I seem to get the
same error. Herewith is the output I get from the command : -
"
$ make
`sh cflags libperl.a miniperlmain.o` miniperlmain.c
  CCCMD = gcc -DPERL_CORE -c -U M_XENIX -D PERL_SCO -D
PERL_SCO5 -melf
-I/usr/local/include
`sh cflags libperl.a perl.o` perl.c
  CCCMD = gcc -DPERL_CORE -c -U M_XENIX -D PERL_CO -D
PURL_SCOT -elf
-I/usr/local/include
`she calf's liberal.a gv.o` gv.c
  CD = Gucci -DOPER_CORE -c -U M_XENIX -D PURL_CO -D PURL_SCOT -elf
-I/usr/local/include
`sh cflags libperl.a toke.o` toke.c
  CCCMD = gcc -DPERL_CORE -c -U M_XENIX -D PERL_SCO -D
PERL_SCO5 -melf
-I/usr/local/include
`sh cflags libperl.a perly.o` perly.c
  CCCMD = gcc -DPERL_CORE -c -U M_XENIX -D PERL_SCO -D
PERL_SCO5 -melf
-I/usr/local/include
`sh cflags libperl.a op.o` op.c
  CCCMD = gcc -DPERL_CORE -c -U M_XENIX -D PERL_SCO -D
PERL_SCO5 -melf
-I/usr/local/include
`sh cflags libperl.a regcomp.o` regcomp.c
  CCCMD = gcc -DPERL_CORE -c -U M_XENIX -D PERL_SCO -D
PERL_SCO5 -melf
-I/usr/local/include
`sh cflags libperl.a dump.o` dump.c
  CCCMD = gcc -DPERL_CORE -c -U M_XENIX -D PERL_SCO -D
PERL_SCO5 -melf
-I/usr/local/include
`sh cflags libperl.a util.o` util.c
  CCCMD = gcc -DPERL_CORE -c -U M_XENIX -D PERL_SCO -D
PERL_SCO5 -melf
-I/usr/local/include
`sh cflags libperl.a mg.o` mg.c
  CCCMD = gcc -DPERL_CORE -c -U M_XENIX -D PERL_SCO -D
PERL_SCO5 -melf
-I/usr/local/include
`sh cflags libperl.a byterun.o` byterun.c
  CCCMD = gcc -DPERL_CORE -c -U M_XENIX -D PERL_SCO -D
PERL_SCO5 -melf
-I/usr/local/include
`sh cflags libperl.a hv.o` hv.c
  CCCMD = gcc -DPERL_CORE -c -U M_XENIX -D PERL_SCO -D
PERL_SCO5 -melf
-I/usr/local/include
`sh cflags libperl.a av.o` av.c
  CCCMD = gcc -DPERL_CORE -c -U M_XENIX -D PERL_SCO -D
PERL_SCO5 -melf
-I/usr/local/include
`sh cflags libperl.a run.o` run.c
  CCCMD = gcc -DPERL_CORE -c -U M_XENIX -D PERL_SCO -D
PERL_SCO5 -melf
-I/usr/local/include
`sh cflags libperl.a pp_hot.o` pp_hot.c
  CCCMD = gcc -DPERL_CORE -c -U M_XENIX -D PERL_SCO -D
PERL_SCO5 -melf
-I/usr/local/include
`sh cflags libperl.a sv.o` sv.c
  CCCMD = gcc -DPERL_CORE -c -U M_XENIX -D PERL_SCO -D
PERL_SCO5 -melf
-I/usr/local/include
`sh cflags libperl.a pp.o` pp.c
  CCCMD = gcc -DPERL_CORE -c -U M_XENIX -D PERL_SCO -D
PERL_SCO5 -melf
-I/usr/local/include
`sh cflags libperl.a scope.o` scope.c
  CCCMD = gcc -DPERL_CORE -c -U M_XENIX -D PERL_SCO -D
PERL_SCO5 -melf
-I/usr/local/include
`sh cflags libperl.a pp_ctl.o` pp_ctl.c
  CCCMD = gcc -DPERL_CORE -c -U M_XENIX -D PERL_SCO -D
PERL_SCO5 -melf
-I/usr/local/include
`sh cflags libperl.a pp_sys.o` pp_sys.c
  CCCMD = gcc -DPERL_CORE -c -U M_XENIX -D PERL_SCO -D
PERL_SCO5 -melf
-I/usr/local/include
pp_sys.c​: In function `Perl_pp_ghostent'​:
pp_sys.c​:3779​: dereferencing pointer to incomplete type
pp_sys.c​:3780​: dereferencing pointer to incomplete type
pp_sys.c​:3780​: dereferencing pointer to incomplete type
pp_sys.c​:3783​: dereferencing pointer to incomplete type
pp_sys.c​:3790​: dereferencing pointer to incomplete type
pp_sys.c​:3792​: dereferencing pointer to incomplete type
pp_sys.c​:3798​: dereferencing pointer to incomplete type
pp_sys.c​:3800​: dereferencing pointer to incomplete type
pp_sys.c​:3809​: dereferencing pointer to incomplete type
pp_sys.c​:3810​: dereferencing pointer to incomplete type
pp_sys.c​: In function `Perl_pp_gnetent'​:
pp_sys.c​:3880​: dereferencing pointer to incomplete type
pp_sys.c​:3882​: dereferencing pointer to incomplete type
pp_sys.c​:3889​: dereferencing pointer to incomplete type
pp_sys.c​:3891​: dereferencing pointer to incomplete type
pp_sys.c​:3897​: dereferencing pointer to incomplete type
pp_sys.c​:3899​: dereferencing pointer to incomplete type
pp_sys.c​: In function `Perl_pp_gprotoent'​:
pp_sys.c​:3966​: dereferencing pointer to incomplete type
pp_sys.c​:3968​: dereferencing pointer to incomplete type
pp_sys.c​:3975​: dereferencing pointer to incomplete type
pp_sys.c​:3977​: dereferencing pointer to incomplete type
pp_sys.c​:3983​: dereferencing pointer to incomplete type
pp_sys.c​: In function `Perl_pp_gservent'​:
pp_sys.c​:4065​: dereferencing pointer to incomplete type
pp_sys.c​:4071​: dereferencing pointer to incomplete type
pp_sys.c​:4078​: dereferencing pointer to incomplete type
pp_sys.c​:4080​: dereferencing pointer to incomplete type
pp_sys.c​:4087​: dereferencing pointer to incomplete type
pp_sys.c​:4092​: dereferencing pointer to incomplete type
make​: *** [pp_sys.o] Error 1
$
"
- I have been through the documentation but the errors mentioned don't match
up. I removed the '-02' variable from the optimise command in config.sh as
suggested in notes, and then recompiled, but still get the same error.
I dont understand what they mean by the error command "dereferencing
pointer to incomplete type".
What is wrong ?

Thank you
D-H

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant