Path: news.daimi.aau.dk!news.net.uni-c.dk!newsfeed1.uni2.dk!newsfeed1.swip.net!swipnet!news-fra.maz.net!news-fra1.dfn.de!Uni-Dortmund.DE!news From: Jens Scharnow Newsgroups: comp.lang.beta Subject: Re: Beta4.1 & RedHat 5.1 Date: Sat, 27 Jun 1998 20:26:50 +0200 Organization: University of Dortmund, Germany Lines: 41 Message-ID: <3595396A.993D2744@nef.wh.uni-dortmund.de> References: <898771147.1949513389@news.ping.de> NNTP-Posting-Host: emil.nef.wh.uni-dortmund.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.04 [en] (X11; I; Linux 2.0.33 i586) Cache-Post-Path: emil.nef.wh.uni-dortmund.de!jensen@valhalla.nef.wh.uni-dortmund.de X-Cache: nntpcache 2.3.2.1 (see http://www.nntpcache.org/) Xref: news.daimi.aau.dk comp.lang.beta:11634 Hi! This seems to be the glibc2-Problem. Manmathan from mjolner has given a solution a few weeks ago, so i'll quote: ------------------------------------------ 1) Create two emty objectfiles crtbegin.o and crtend.o and place it inside /usr/lib/ You can do it in the following way ----------------------------------- echo "manmathan1 () {}\n" > crtbegin.c echo "manmathan2 () {}\n" > crtend.c gcc -c crtbegin.c crtend.c mv crtbegin.o crtend.o /usr/lib/ 2) Set the eviroment variable BELALINKOPTIONS to: -m elf_i386 -dynamic-linker /lib/ld-linux.so.2 -dc -dp -Bstatic -X From bash: ---------- export BETALINKOPTIONS='-m elf_i386 -dynamic-linker /lib/ld-linux.so.2 -dc -dp -Bstatic -X' From tcsh: ---------- setenv BETALINKOPTIONS '-m elf_i386 -dynamic-linker /lib/ld-linux.so.2 -dc -dp -Bstatic -X' For me it works, only valhalla does not start.:-( Jensen -- Jens Scharnow, Dortmund jensen@nef.wh.uni-dortmund.de fuer Fussballinteressierte: http://www.fussballwm98.de http://www.nef.wh.uni-dortmund.de/~jensen