9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Maybe it is april fool's after all ...
@ 2006-01-19 17:54 Ronald G Minnich
  2006-01-19 20:43 ` Charles Forsyth
  0 siblings, 1 reply; 27+ messages in thread
From: Ronald G Minnich @ 2006-01-19 17:54 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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


^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2006-01-21 21:13 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-19 17:54 [9fans] Maybe it is april fool's after all Ronald G Minnich
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

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).