swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Installing SWARM on PPC-MkLinux (PowerMac Linux)


From: Jae Chan Oh
Subject: Installing SWARM on PPC-MkLinux (PowerMac Linux)
Date: Thu, 24 Oct 1996 02:49:51 -0400 (EDT)

Hi, all

I am trying to install swarm on Mk-Linux (Mach Linux system for PPC Macintosh).
Everything went pretty good except I'm having a problem compiling
Symbol.m under defobj directory.
The error is something to do with function va_start in <stdarg.h>.
When I compile swarm for Solaris2.4, I used the system distribution of 
<stdarg.h> not <stdarg.h> in gcc distribution.  That worked fine and the swarm 
is running on Solaris2.4 nicely.

However, in Mk-Linux, I don't have system distribution of <stdarg.h> so that
I'm using gcc distribution of <stdarg.h>.

Now, I'm getting the following errores in compiling Symbol.m.

The lines 119 and 143 invoke va_start. I can get around this problem by 
changingSymbol.m, but I get core dump in main(argc, argv).

Any person installed swarm on Linux. Then, any advices?

Thanks in advance

-Jae



------
bash# make
gcc -c -g -Wall -Wno-import -I../../include -I/usr/local/include 
-I/usr/local/blt/include -I/usr/X11R6/include -I/home/joh/usr/local/include  
-I/usr/lib/gcc-lib/ppc-linux/2.7.2/include 
-I/usr/lib/gcc-lib/ppc-linux/2.7.2.1/include   Symbol.m
Symbol.m: In function `_i_Warning_c__raiseEvent_':
Symbol.m:119: void value not ignored as it ought to be
Symbol.m: In function `_i_Error_c__raiseEvent_':
Symbol.m:143: void value not ignored as it ought to be
/usr/lib/gcc-lib/ppc-linux/2.7.2/include/objc/objc.h: At top level:
/usr/lib/gcc-lib/ppc-linux/2.7.2/include/objc/objc.h:55: warning: `sel_eq' 
defined but not used
/usr/lib/gcc-lib/ppc-linux/2.7.2/include/objc/hash.h:158: warning: `hash_ptr' 
defined but not used
/usr/lib/gcc-lib/ppc-linux/2.7.2/include/objc/hash.h:167: warning: 
`hash_string' defined but not used
/usr/lib/gcc-lib/ppc-linux/2.7.2/include/objc/hash.h:184: warning: 
`compare_ptrs' defined but not used
/usr/lib/gcc-lib/ppc-linux/2.7.2/include/objc/hash.h:192: warning: 
`compare_strings' defined but not used
make: *** [Symbol.o] Error 1

----------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]