swarm-support
[Top][All Lists]
Advanced

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

RE: Help with installation, please -- results of make CC="gcc -v"


From: Scott Christley
Subject: RE: Help with installation, please -- results of make CC="gcc -v"
Date: Thu, 13 Nov 1997 20:15:06 -0800

Bret,

>
>----------------------- beginning of output of make CC="gcc -v"
>---------------------------
>darkstar:/usr/heatbugs# make CC="gcc -v"
>gcc -v -c -g -Wall -Wno-import -I../swarm/include /usr/X11R6/include/X11
>/usr/include  /usr/swarm/include/objc Heatbug.m
>gcc: /usr/swarm/include/objc: No such file or directory
>Reading specs from /usr/lib/gcc-lib/i486-linux/2.7.2.1/specs
>gcc version 2.7.2.1
> /usr/lib/gcc-lib/i486-linux/2.7.2.1/cpp -lang-objc -v -I../swarm/include
>-undef -D__OBJC__ 6__ -D__linux__ -D__unix -D__i386 -D__linux
>-Asystem(unix) -Asystem(posix) -Acpu(i386) -Amachine(i386) -g -Wall
>-Wno-import -D__i486__ Heatbug.m /tmp/cca00240.i
>GNU CPP version 2.7.2.1 (i386 Linux/ELF)
>#include "..." search starts here:
>#include <...> search starts here:
> ../swarm/include
> /usr/local/include
> /usr/i486-linux/include
> /usr/lib/gcc-lib/i486-linux/2.7.2.1/include
> /usr/include
>End of search list.
>In file included from ../swarm/include/defobj.h:12,

There's the problem.  The gcc you are running expects to find the files
in /usr/lib/gcc-lib/i486-linux/2.7.2.1/include

while as you pointed out earlier the ObjC files are in

/usr/lib/gcc-lib/i486-linuxaout/2.7.2.1/include/

Take a look in /usr/lib/gcc-lib; does it have a i486-linux directory *and*
an i468-linuxaout directory?

There is some tricky stuff going on here because "linuxaout" is not
compatible with "linux" (though one might think so but I know better... ;-)

Please do these commands and send the output:

ls -l /usr/lib/gcc-lib/i486-linuxaout/2.7.2.1
ls -l /usr/lib/gcc-lib/i486-linux/2.7.2.1

Hopefully SlackWare has been kind enough to compile the ObjC runtime library
otherwise you are in for a little compiler work; cross your fingers for
"cc1obj" files.

cheers
Scott


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

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