Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Binutils
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
unnamed
n00b
n00b


Joined: 08 May 2004
Posts: 50
Location: Russia, Velikiy Novgorod

PostPosted: Wed Aug 11, 2004 3:54 pm    Post subject: Binutils Reply with quote

make[1]: Entering directory `/home/usr/src/binutils-2.9.1/libiberty'
if [ -n "" ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
touch stamp-picdir
echo "# !Automatically generated from ./functions.def"\
"- DO NOT EDIT!" >needed2.awk
grep '^DEFVAR(' < ./functions.def \
| sed -e '/DEFVAR/s|DEFVAR.\([^,]*\).*|/\1/ { printf "#ifndef NEED_\1\\n#define NEED_\1\\n#endif\\n" }|' \
>>needed2.awk
grep '^DEFFUNC(' < ./functions.def \
| sed -e '/DEFFUNC/s|DEFFUNC.\([^,]*\).*|/\1/ { printf "#ifndef NEED_\1\\n#define NEED_\1\\n#endif\\n" }|' \
>>needed2.awk
gcc -c -g -I. -I./../include ./dummy.c 2>/dev/null
make[1]: *** [dummy.o] Error 1
make[1]: Leaving directory `/home/usr/src/binutils-2.9.1/libiberty'
make: *** [all-libiberty] Error 2
What's wrong?
Back to top
View user's profile Send private message
teutzz
Guru
Guru


Joined: 22 Apr 2004
Posts: 333
Location: .ro

PostPosted: Wed Aug 11, 2004 4:12 pm    Post subject: Reply with quote

you'll just have to post more info in order for someone to help you; like glibc version gcc version, and cflags for instance
_________________
Cand nu stii ce sa raspunzi sau ce sa spui un simplu BLA ajunge... lolz
Back to top
View user's profile Send private message
unnamed
n00b
n00b


Joined: 08 May 2004
Posts: 50
Location: Russia, Velikiy Novgorod

PostPosted: Wed Aug 11, 2004 4:50 pm    Post subject: Re: ... Reply with quote

No, I have downloaded compiled libiberty.
My software:
binutils-2.9.1 (GNU)
glibc-2.3.4-20040701 (LFS).
gcc-3.3.2. (gentoo)
Compiling gcc-3.3.4 (GNU).
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum