From: pyro@yabbs To: all@yabbs Subject: SunOS Compiling Date: Mon Aug 23 22:04:09 1993 Ok, I am trying (without much success (most likely because of my limited knowledge with compiling)) to get yabbs running on SunOS. When I used the handy makefile and gcc I get the following output: % make gcc -DBSD -DTERMIO=0 -c miscutil.c miscutil.c: In function `readc': miscutil.c:223: warning: comparison is always 1 due to limited range of data typ e miscutil.c:225: warning: comparison is always 0 due to limited range of data typ e gcc -DBSD -DTERMIO=0 -c msgbase.c gcc -DBSD -DTERMIO=0 -c yalk.c gcc -DBSD -DTERMIO=0 -c usered.c gcc -DBSD -DTERMIO=0 -c baseed.c gcc -DBSD -DTERMIO=0 -c clbase.c gcc -DBSD -DTERMIO=0 -c gfiles.c gcc -DBSD -DTERMIO=0 -c strstr.c gcc -DBSD -DTERMIO=0 -c strlwr.c gcc -DBSD -DTERMIO=0 -c itoanr.c gcc -DBSD -DTERMIO=0 -c tochars.c gcc -DBSD -DTERMIO=0 -c ygate.c ygate.c: In function `header': ygate.c:15: warning: assignment makes pointer from integer without a cast ygate.c:16: warning: assignment makes pointer from integer without a cast gcc -DBSD -DTERMIO=0 -c bbs.c gcc -DBSD -DTERMIO=0 -c upurge.c gcc -DBSD -DTERMIO=0 -c main.c main.c: In function `main': main.c:172: warning: assignment makes pointer from integer without a cast main.c:175: warning: assignment makes pointer from integer without a cast rm yahoo baseed usered clbase gfiled ygate upurge rm: yahoo: No such file or directory rm: baseed: No such file or directory rm: usered: No such file or directory rm: clbase: No such file or directory rm: gfiled: No such file or directory rm: ygate: No such file or directory rm: upurge: No such file or directory *** Error code 1 (ignored) gcc miscutil.o msgbase.o yalk.o usered.o baseed.o clbase.o gfiles.o strstr.o st rlwr.o itoanr.o tochars.o ygate.o bbs.o upurge.o main.o -ltermcap -o yabbs ld: Undefined symbol _setenv collect: ld returned 2 exit status *** Error code 1 make: Fatal error: Command failed for target `yabbs' --- Anyone have any help for a lost soul?