[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] linux path
- Subject: Re: [cobalt-users] linux path
- From: "Jon Rosenberg" <jbr@xxxxxxxxxxxxxxx>
- Date: Tue Mar 6 12:54:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
yes, and i'm having the problem compiling many other programs, including tar
1.13. I am making from root and have the linux versions of the programs.
TAR gives the following similar error: Note: The ./configure portion goes
with no errors or warnings.
[root@ns1 tar-1.13]# make
make all-recursive
make[1]: Entering directory `/usr/src/tar-1.13'
Making all in doc
make[2]: Entering directory `/usr/src/tar-1.13/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/tar-1.13/doc'
Making all in lib
make[2]: Entering directory `/usr/src/tar-1.13/lib'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../intl -g -O2 -c addext.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../intl -g -O2 -c argmatch.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../intl -g -O2 -c
backupfile.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../intl -g -O2 -c basename.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../intl -g -O2 -c error.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../intl -g -O2 -c exclude.c
In file included from /usr/include/errno.h:36,
from exclude.c:25:
/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
make[2]: *** [exclude.o] Error 1
make[2]: Leaving directory `/usr/src/tar-1.13/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/tar-1.13'
make: *** [all-recursive-am] Error 2
----- Original Message -----
From: "shimi" <shimi@xxxxxxxxxxxxxxxx>
To: "Jon Rosenberg" <jbr@xxxxxxxxxxxxxxx>
Sent: Tuesday, March 06, 2001 3:40 PM
Subject: Re: [cobalt-users] linux path
> Had this problem.
>
> it's not related to ld, I don't remember how I solved it, I just think I
> re-downloaded it from some other place.
> did you download the version for linux/glibc?
> did you do make from root?
>
> Best regards,
> shimi [mailto:shimi@xxxxxxxxxxxxxxxx]
>
>
> ----
>
> There are two major products that come out of Berkeley: LSD and BSD.
> We don't believe this to be a coincidence.
> -- Jeremy S. Anderson
>
> Windows: "Where do you want to go today?"
> Linux: "Where do you want to go tomorrow?"
> BSD: "Are you guys coming or what?"
>
> On Tue, 6 Mar 2001, Jon Rosenberg wrote:
>
> > How do I set my path(and what should I set it to?), for include files
> > mainly, so when I compile, it finds what it needs. In my ld.so.conf(if
that
> > is the right place), there is only:
> >
> > /usr/i486-linux-libc5/lib
> > /usr/X11R6/lib
> >
> > I think there should probably be more. For example, when I try to
compile
> > openssl, I gtet the following error:
> > make[1]: Entering directory `/usr/src/openssl-0.9.6/crypto'
> >
gcc -I. -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H
>
> -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5
_A
> > SM -DRMD160_ASM -c cryptlib.c -o cryptlib.o
> > In file included from /usr/include/errno.h:36,
> > from ../include/openssl/err.h:90,
> > from cryptlib.h:70,
> > from cryptlib.c:61:
> > /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
> > make[1]: *** [cryptlib.o] Error 1
> > make[1]: Leaving directory `/usr/src/openssl-0.9.6/crypto'
> > make: *** [all] Error 1
> >
> >
> > _______________________________________________
> > cobalt-users mailing list
> > cobalt-users@xxxxxxxxxxxxxxx
> > To Subscribe or Unsubscribe, please go to:
> > http://list.cobalt.com/mailman/listinfo/cobalt-users
> >
>
>