Hi Alice,
I solved the problem by installing glibc-static.
Regards,
David Lind
On Tue, 23 Apr 2013, Alice Ferrazzi wrote:
maybe:
/usr/bin/ld: cannot find -lm
/usr/bin/ld: cannot find -lc
See 'man ld' :
The linker is looking for library libc.a libm.a and doesn't find it.
i think you need deve
maybe:
/usr/bin/ld: cannot find -lm
/usr/bin/ld: cannot find -lc
See 'man ld' :
The linker is looking for library libc.a libm.a and doesn't find it.
i think you need devel package or something
On Tue, Apr 23, 2013 at 4:09 PM, David Lind wrote:
> Hi,
>
> I am trying to compile 9base, but the compi
Hi,
I am trying to compile 9base, but the compiler throws an error at me which
I've never seen before.
/usr/bin/ld: cannot find -lm
/usr/bin/ld: cannot find -lc
Any ideas? I've checked config.mk and can't see any problems with it.
Regards,
David Lind