←  Code Block

Fallout Studios Forums

»

Glibc - Linux Dynamic linker

Dauth's Photo Dauth 16 Jun 2009

Right I'm trying to get the glibc dynamic linker to run on my ubuntu Jaunty 64bit and am having trouble with the make.

I'm not on my linux partition so can't give exact errors but will edit them in. Has anyone used this package, how did they install it?

I have run <code>sudo apt-install gcc</code> since the apt-get command doesn't put everything on. I have the newest version of make but haven't found out if I need to compile it. Re read this in 12 hours please since I should have got the errors in by then.

Edit: Errors

Quote

../misc/syslog.c: In function ‘__vsyslog_chk’:
../misc/syslog.c:123: sorry, unimplemented: inlining failed in call to ‘syslog’: function body not available
../misc/syslog.c:155: sorry, unimplemented: called from here
make[2]: *** [/home/bparkes/Desktop/glibc/glibc-build/misc/syslog.o] Error 1
make[2]: Leaving directory `/home/bparkes/Desktop/glibc/glibc-2.9/misc'
make[1]: *** [misc/subdir_lib] Error 2
make[1]: Leaving directory `/home/bparkes/Desktop/glibc/glibc-2.9'
make: *** [all] Error 2


This is the error spat out if I use either single or dual core work with make.
Edited by Dauth, 17 June 2009 - 08:06.
Quote

CodeCat's Photo CodeCat 17 Jun 2009

Have you tried googling it? I got quite a few results...

Most of them said that there was a problem with the version of GCC (4.3 didn't work) so they advised going back to 4.2.
Quote

Dauth's Photo Dauth 18 Jun 2009

This is now academic since I've just installed the program locally and will be scping the data. I will try to fix this bug but its a lot less urgent now.
Quote