Gentoo Archives: gentoo-user

From: Holly Bostick <motub@××××××.nl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] C compiler cannot create executables
Date: Thu, 24 Nov 2005 12:25:45
Message-Id: 4385AFA7.7060806@planet.nl
In Reply to: Re: [gentoo-user] C compiler cannot create executables by Matthias Langer
1 Matthias Langer schreef:
2 >>
3 >> It also says "See config.log for details", but I can't find
4 >> config.log - it doesn't give a full path.
5
6 The config.log referred to can be found in the temporary working
7 directory of the package being compiled:
8
9 /var/tmp/portage/package-name.and.version/work (or something like that).
10
11 You generally get enough output to get the full path, if you've made it
12 past configure, even if the compile ultimately fails; example from an
13 emerge of krusader:
14
15 Good - your configure finished. Start make now
16
17 make all-recursive
18 ==> make[1]: Entering directory
19 `/var/tmp/portage/krusader-cvs-1-r4/work/krusader_kde3'
20
21 But once you know generally where the compile is happening
22 (/var/tmp/portage/blablabla/) you can find the path even if you don't
23 make it to make.
24
25 HTH,
26 Holly
27
28
29 --
30 gentoo-user@g.o mailing list