[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fwd: (Help Me!) Errors while Compiling NX Src on FREEBSD machine (5.
From: |
jd . bronson |
Subject: |
Re: Fwd: (Help Me!) Errors while Compiling NX Src on FREEBSD machine (5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0:) |
Date: |
Wed, 2 Mar 2005 10:22:44 -0600 |
[shadow] 9:26:55am # echo __ELF__ | gcc -E - | grep __ELF__ >/dev/null;
echo $?
1
[shadow] 10:20:34am # echo __ELF__ | gcc -E -
# 1 "<stdin>"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "<stdin>"
1
Hope this helps?
Should you have any other question or concern, please don't hesitate to
contact me.
--
J.D. Bronson
Information Services - Telecom
Aurora West Allis Memorial Hospital
Office: 414.978.8282 Fax: 414.328.8787
Ralf Wildenhues <address@hidden>
03/02/2005 10:07 AM
To
address@hidden
cc
address@hidden
Subject
Re: Fwd: (Help Me!) Errors while Compiling NX Src on FREEBSD machine
(5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0:)
* address@hidden wrote on Wed, Mar 02, 2005 at 04:13:28PM CET:
> shadow# locate libc.so
> /lib/libc.so.5
> /usr/lib/libc.so
>
> ok lets try that command without the '*' at the end:
>
> shadow# /usr/bin/file /usr/lib/libc.so
> /usr/lib/libc.so: symbolic link to `/lib/libc.so.5'
OK, this one solved.
> shadow# /usr/bin/file /lib/libc.so.5
> /lib/libc.so.5: ELF 32-bit LSB shared object, Intel 80386, version 1
> (FreeBSD), stripped
But this I don't understand. If the system is ELF, the libc problem
should not be exposed at all. Has to do with this:
> shadow# echo __ELF__ | gcc -E - | grep __ELF__ > /dev/null
> shadow#
>
> (I get nothing back????)
Oh, sorry, my bad. Try
$ echo __ELF__ | gcc -E - | grep __ELF__ >/dev/null; echo $?
This should give nonzero ($? is the exit status of the last command in
the pipe).
Now, if it does not, please also give the output of
$ echo __ELF__ | gcc -E -
Thank you,
Ralf
- Re: Fwd: (Help Me!) Errors while Compiling NX Src on FREEBSD machine (5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0:), Ralf Wildenhues, 2005/03/02
- Re: Fwd: (Help Me!) Errors while Compiling NX Src on FREEBSD machine (5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0:), Peter O'Gorman, 2005/03/02
- Re: Fwd: (Help Me!) Errors while Compiling NX Src on FREEBSD machine (5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0:), Ralf Wildenhues, 2005/03/02
- Re: Fwd: (Help Me!) Errors while Compiling NX Src on FREEBSD machine (5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0:), Peter O'Gorman, 2005/03/02
- Re: Fwd: (Help Me!) Errors while Compiling NX Src on FREEBSD machine (5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0:), Ralf Wildenhues, 2005/03/02
- Message not available
- Re: Fwd: (Help Me!) Errors while Compiling NX Src on FREEBSD machine (5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0:), Ralf Wildenhues, 2005/03/02
- Re: Fwd: (Help Me!) Errors while Compiling NX Src on FREEBSD machine (5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0:), jd . bronson, 2005/03/02
- Re: Fwd: (Help Me!) Errors while Compiling NX Src on FREEBSD machine (5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0:), Ralf Wildenhues, 2005/03/02
- Re: Fwd: (Help Me!) Errors while Compiling NX Src on FREEBSD machine (5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0:),
jd . bronson <=
- FYI: Fwd: (Help Me!) Errors while Compiling NX Src on FREEBSD machine (5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0:), Ralf Wildenhues, 2005/03/08
Re: Fwd: (Help Me!) Errors while Compiling NX Src on FREEBSD machine (5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0:), Bob Friesenhahn, 2005/03/02
Re: Fwd: (Help Me!) Errors while Compiling NX Src on FREEBSD machine (5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0:), Suresh Naidu, 2005/03/02
Re: Fwd: (Help Me!) Errors while Compiling NX Src on FREEBSD machine (5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0:), Suresh Naidu, 2005/03/03