9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Ronald G Minnich <rminnich@lanl.gov>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: [9fans] Maybe it is april fool's after all ...
Date: Thu, 19 Jan 2006 10:54:19 -0700	[thread overview]
Message-ID: <43CFD24B.5010007@lanl.gov> (raw)

when is a .so not a .so? when it's a ld script of course!

yup, /lib/libc.so on my fc4 box is a ..... script.

which is why l4 would not build ... /bin/ld from olden times does
not understand the GROUP command below.


[rminnich@q ~]$ file /usr/lib/libc.so
/usr/lib/libc.so: ASCII C program text
[rminnich@q ~]$ cat !$
cat /usr/lib/libc.so
/* GNU ld script
    Use the shared library, but some functions are only in
    the static library, so try that secondarily.  */
OUTPUT_FORMAT(elf32-i386)
GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a  AS_NEEDED ( 
/lib/ld-linux.so.2 ) )
[rminnich@q ~]$



ron


             reply	other threads:[~2006-01-19 17:54 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-19 17:54 Ronald G Minnich [this message]
2006-01-19 20:43 ` Charles Forsyth
2006-01-19 22:28   ` Bruce Ellis
2006-01-20 11:58     ` Devon H. O'Dell
2006-01-20 16:08       ` jmk
2006-01-20 16:13         ` andrey mirtchovski
2006-01-20 22:19         ` Paweł Lasek
2006-01-21  4:01           ` jmk
2006-01-21  4:06             ` Bruce Ellis
2006-01-21  4:26               ` erik quanstrom
2006-01-21  5:09                 ` jmk
2006-01-21  6:20                   ` uriel
2006-01-21  8:36                     ` Skip Tavakkolian
2006-01-21  7:42                       ` Bruce Ellis
2006-01-21 13:09                   ` Brantley Coile
2006-01-21 16:37                   ` Ronald G. Minnich
2006-01-21 18:49                     ` Bruce Ellis
2006-01-21 19:43                   ` David Leimbach
2006-01-21 21:13                     ` Skip Tavakkolian
2006-01-21 13:11                 ` Brantley Coile
2006-01-20 17:33       ` David Leimbach
2006-01-20 17:36         ` Ronald G Minnich
2006-01-20 17:53           ` jmk
2006-01-20 18:10             ` Dave Lukes
2006-01-20 18:38               ` Lyndon Nerenberg
2006-01-21 19:29               ` Marina Brown
2006-01-20 20:14             ` Ronald G Minnich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43CFD24B.5010007@lanl.gov \
    --to=rminnich@lanl.gov \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).