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: ludo
Subject: Re: Help with installation, please -- results of make CC="gcc -v"
Date: Fri, 14 Nov 1997 10:41:21 +0100

On Nov 14,  2:13am, Bret Comstock Waldow wrote:

>   Yes, both are there.
>
> > Please do these commands and send the output:
> >
> > ls -l /usr/lib/gcc-lib/i486-linuxaout/2.7.2.1
>
> total 1151
> -rwxr-xr-x   1 root     root      1086368 Feb  2  1997 cc1obj*
> drwxr-xr-x   3 root     root         1024 Apr  5  1996 include/
> -rw-r--r--   1 root     root        83248 Feb  1  1997 libobjc.a
>
>
> > ls -l /usr/lib/gcc-lib/i486-linux/2.7.2.1
>
> total 2796
> -rw-r--r--   1 root     root        87968 Feb  6  1997 SYSCALLS.c.X
> -rwxr-xr-x   1 root     root      1073932 Feb  6  1997 cc1*
> -rwxr-xr-x   1 root     root      1404612 Feb  6  1997 cc1plus*
> -rwxr-xr-x   1 root     root        71720 Feb  6  1997 cpp*
> drwxr-xr-x   3 root     root         1024 Oct  1 09:34 include/
> -rw-r--r--   1 root     root       203254 Feb  6  1997 libgcc.a
> -rw-r--r--   1 root     root         1077 May 19  1996 specs
>
>   Is this bad news?
>
Somewhat (I think), but an easy solution might be to make links in the
i486-linux directory to the files in the i486-linuxaout directory. I'm not sure
it will work but it won't do any harm either;
in /usr/lib/gcc-lib/i486-linux/2.7.2.1 do

ln -s /usr/lib/gcc-lib/i486-linuxaout/2.7.2.1/cc1obj
/usr/lib/gcc-lib/i486-linux /2.7.2.1/cc1obj

and also for libobjc.a

For the include directory in the i486-linuxaout you cannot do this since such a
directory already exists in i486-linux. So go down the dir-tree and link unique
files or directories as you encounter them but keep the same directory-tree
structure.
On my SGI box, for instance, I have a directory objc/ in the include directory,
this should be linked up. But maybe there is more, I don't know that.

The bad news; I'm not sure this will work. You can try it anyway, you won't
mess up anything. If it doesn 't work remove the links, just to keep things
neat.

Good luck, Ludo.

                  ==================================
   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]