So my compiler is still hosed. I've written pretty detailed info to
this list already about it, and got some helpful suggestions
(thanks!).
However, my compiler is still hosed. I can't link even the most
trivial program--I get this sort of smack:
/tmp/cca278371.o: In function `
>On Fri, 6 Jun 1997, stephen farrell wrote:
>>
>> I wrote:
>> >
>> >Normally there is a .so link, a .so.X link and a .so.X.YY dynamic library.
>> >The linker will sometimes not follow a symbolic link more than one link,
>> >so, if the .so link is to .so.X with .so.X linked to the actual library,
>
d.o
attempt to open /usr/lib/crtn.o succeeded
/usr/lib/crtn.o
/tmp/cca069521.o: In function `main':
/tmp/cca069521.o(.text+0xe): undefined reference to `_stdprintf'
>- does compiling work when you add '--static'?
no.
>
>libc.a is only used when compiling "-stati
On Fri, 6 Jun 1997, J.H.M.Dassen wrote:
> On Jun 5, stephen farrell wrote
> > Oh geez... what have I done? I can't seem to figure out which library
> > is missing, but if I try to compile, e.g.:
>
> > /tmp/cca027141.o: In function `main':
> > /tmp/cca027141.o(.text+0xe): undefined refere
; And you can imagine it gets worse for something bigger! I figured I'd
> hosed libc.a or similar?
libc.a is only used when compiling "-static"; otherwise the dynamic library
/lib/libc.so* is used)
> Thoughts on unhosing my compiler very welcome...
It looks like a linker prob
ing bigger! I figured I'd
hosed libc.a or similar? But it seems to be intact. I've reinstalled
the gcc from frozen to no avail I've also monkeyed with dselect
for an hour or so trying to figure out the glitch
(uninstalling/installing gcc, libc5-dev, libpthreads), but no luck.
6 matches
Mail list logo