Gentoo Archives: gentoo-dev

From: scott worley <folokai@×××××××××.net>
To: gentoo-dev <gentoo-dev@g.o>
Subject: [gentoo-dev] db fails to build during cd install
Date: Sun, 23 Dec 2001 14:32:47
Message-Id: 20011223123226.08747f90.folokai@earthlink.net
1 Hi,
2
3 Don't know if I caused this by adding USE flags during CD install...
4
5 db-3.2.3h-r4.ebuild fails complaining there is no c++ compiler. I
6 checked gcc ebuild and it has languages=c. Started over booting CD,
7 untarring tbz2, partitions, etc. After emerge rsync edited gcc ebuild
8 file and changed to languages=c,c++
9
10 But, db build fails again with a different message...
11
12 building db_dump185
13 cc -c -mcpu=i686 -march=i686 -O3 -pipe -I/usr/include/db1 -I
14 ../dist/../include -D_REENTRANT ../dist/../db_dump185/db_dump185.c -fPIC
15 -DPIC -o db_dump185.lo
16 /usr/i686-pc-linux-gnu/bin/ld: cannot find -lc
17 collect2: ld returned 1 exit status
18
19 I did add many USE flags...
20 removed USE kde
21 added USE gtkhtml bonobo java pdflib sse oss
22
23 scott
24 folokai@×××××××××.net

Replies

Subject Author
Re: [gentoo-dev] db fails to build during cd install Daniel Robbins <drobbins@g.o>