sigcontext_struct

James A. Robinson jim.robinson@stanford.edu
Fri Oct 15 09:55:00 GMT 1999


Where is the def for sigcontext_struct supposed to come from on a Linux
x86 machine?  The only place I find it in my 2.2.12 linux tree is the
kernel tree's include/asm-ppc/sigcontext.h. I'm trying to compile libgcj,
and ran into problems with both the production snapshot and 1999-10-14
compiling prims.cc. =(

[cleaned up error message]
libjava/prims.cc: In function `void catch_segv(int)':
libjava/prims.cc:64: invalid use of undefined type `struct sigcontext_struct'
libjava/prims.cc:64: forward declaration of `struct sigcontext_struct'
libjava/prims.cc:64: invalid use of undefined type `struct sigcontext_struct'
libjava/prims.cc:64: forward declaration of `struct sigcontext_struct'

libjava/prims.cc: In function `void catch_fpe(int)':
libjava/prims.cc:75: invalid use of undefined type `struct sigcontext_struct'
libjava/prims.cc:75: forward declaration of `struct sigcontext_struct'
libjava/prims.cc:75: invalid use of undefined type `struct sigcontext_struct'
libjava/prims.cc:75: forward declaration of `struct sigcontext_struct'
libjava/prims.cc:75: invalid use of undefined type `struct sigcontext_struct'
libjava/prims.cc:75: forward declaration of `struct sigcontext_struct'
libjava/prims.cc:75: invalid use of undefined type `struct sigcontext_struct'
libjava/prims.cc:75: forward declaration of `struct sigcontext_struct'
libjava/prims.cc:75: invalid use of undefined type `struct sigcontext_struct'
libjava/prims.cc:75: forward declaration of `struct sigcontext_struct'

I did a search for prims.cc in the mail archive for this group, but
didn't spot anything that looked like this error. If I missed something
obvious, I apologize.


Jim

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
James A. Robinson                       jim.robinson@stanford.edu
Stanford University HighWire Press      http://highwire.stanford.edu/
650-723-7294 (W) 650-725-9335 (F)   


More information about the Java mailing list