Re: [gentoo-user] C compiler cannot create executables

2022-09-10 Thread Jack
On 2022.09.10 13:56, David Haller wrote: Hello, On Sat, 10 Sep 2022, Jack wrote: >I now get this error trying to emerge two different packages: libofx-0.10.7 >and gnupg (both 2.2.39 and 2.3.6).  It might also be the same problem for a >few bugs on b.g.o found by searching on "cannot create

Re: [gentoo-user] C compiler cannot create executables

2022-09-10 Thread Dale
Jack wrote: > On 9/10/22 14:49, Dale wrote: >> Jack wrote: >>> I now get this error trying to emerge two different packages: >>> libofx-0.10.7 and gnupg (both 2.2.39 and 2.3.6).  It might also be the >>> same problem for a few bugs on b.g.o found by searching on "cannot >>> create exectuables." >>>

Re: [gentoo-user] C compiler cannot create executables

2022-09-10 Thread Jack
On 9/10/22 14:49, Dale wrote: Jack wrote: I now get this error trying to emerge two different packages: libofx-0.10.7 and gnupg (both 2.2.39 and 2.3.6).  It might also be the same problem for a few bugs on b.g.o found by searching on "cannot create exectuables." The relevant lines from build.lo

Re: [gentoo-user] C compiler cannot create executables

2022-09-10 Thread Dale
Jack wrote: > I now get this error trying to emerge two different packages: > libofx-0.10.7 and gnupg (both 2.2.39 and 2.3.6).  It might also be the > same problem for a few bugs on b.g.o found by searching on "cannot > create exectuables." > > The relevant lines from build.log are > > checking for

Re: [gentoo-user] C compiler cannot create executables

2022-09-10 Thread David Haller
Hello, On Sat, 10 Sep 2022, Jack wrote: >I now get this error trying to emerge two different packages: libofx-0.10.7 >and gnupg (both 2.2.39 and 2.3.6).  It might also be the same problem for a >few bugs on b.g.o found by searching on "cannot create exectuables." > >The relevant lines from build.l

Re: [gentoo-user] C compiler cannot create executables

2022-09-10 Thread Jack
On 9/10/22 11:42, Arve Barsnes wrote: On Sat, 10 Sept 2022 at 17:28, Jack wrote: Any thoughts or suggestions? I feel like this is an error that tends to pop up when your toolchain is broken. Are you able to re-emerge gcc? gcc11.3.0 re-emerge with no errors, bug the problem remains. I note t

Re: [gentoo-user] C compiler cannot create executables

2022-09-10 Thread Jack
On 9/10/22 11:42, Arve Barsnes wrote: On Sat, 10 Sept 2022 at 17:28, Jack wrote: Any thoughts or suggestions? I feel like this is an error that tends to pop up when your toolchain is broken. Are you able to re-emerge gcc? Reasonable thought.  I've just kicked of a re-emerge of gcc. I'll post

Re: [gentoo-user] C compiler cannot create executables

2022-09-10 Thread Arve Barsnes
On Sat, 10 Sept 2022 at 17:28, Jack wrote: > Any thoughts or suggestions? I feel like this is an error that tends to pop up when your toolchain is broken. Are you able to re-emerge gcc? Regards, Arve

[gentoo-user] C compiler cannot create executables

2022-09-10 Thread Jack
I now get this error trying to emerge two different packages: libofx-0.10.7 and gnupg (both 2.2.39 and 2.3.6).  It might also be the same problem for a few bugs on b.g.o found by searching on "cannot create exectuables." The relevant lines from build.log are checking for x86_64-pc-linux-gnu-g

Re: [gentoo-user] C compiler cannot create executables [SOLVED]

2005-11-25 Thread Matan Peled
Michael Sullivan wrote: I downloaded the stage 3 tarball and found the files I need and copied them over. It worked. I'm in the process of emergine --emptytree binutils and gcc atm... That works, but I would have attempted playing with binutils-config first. -- [Name ] :: [Matan I.

Re: [gentoo-user] C compiler cannot create executables [SOLVED]

2005-11-24 Thread Michael Sullivan
On Thu, 2005-11-24 at 11:21 -0600, Michael Sullivan wrote: > On Thu, 2005-11-24 at 10:09 -0600, Michael Sullivan wrote: > > On Thu, 2005-11-24 at 13:05 +0100, Matthias Langer wrote: > > > On Wed, 2005-11-23 at 22:49 -0600, Michael Sullivan wrote: > > > > I think I've somehow managed to screw gcc up

Re: [gentoo-user] C compiler cannot create executables

2005-11-24 Thread Michael Sullivan
On Thu, 2005-11-24 at 11:21 -0600, Michael Sullivan wrote: > On Thu, 2005-11-24 at 10:09 -0600, Michael Sullivan wrote: > > On Thu, 2005-11-24 at 13:05 +0100, Matthias Langer wrote: > > > On Wed, 2005-11-23 at 22:49 -0600, Michael Sullivan wrote: > > > > I think I've somehow managed to screw gcc up

Re: [gentoo-user] C compiler cannot create executables

2005-11-24 Thread Michael Sullivan
On Thu, 2005-11-24 at 10:09 -0600, Michael Sullivan wrote: > On Thu, 2005-11-24 at 13:05 +0100, Matthias Langer wrote: > > On Wed, 2005-11-23 at 22:49 -0600, Michael Sullivan wrote: > > > I think I've somehow managed to screw gcc up. Whenever I try to emerge > > > anything I get this message: > >

Re: [gentoo-user] C compiler cannot create executables

2005-11-24 Thread Michael Sullivan
On Thu, 2005-11-24 at 10:09 -0600, Michael Sullivan wrote: > On Thu, 2005-11-24 at 13:05 +0100, Matthias Langer wrote: > > On Wed, 2005-11-23 at 22:49 -0600, Michael Sullivan wrote: > > > I think I've somehow managed to screw gcc up. Whenever I try to emerge > > > anything I get this message: > >

Re: [gentoo-user] C compiler cannot create executables

2005-11-24 Thread Michael Sullivan
On Thu, 2005-11-24 at 13:05 +0100, Matthias Langer wrote: > On Wed, 2005-11-23 at 22:49 -0600, Michael Sullivan wrote: > > I think I've somehow managed to screw gcc up. Whenever I try to emerge > > anything I get this message: > > > > checking for C compiler default output... configure: error: C

Re: [gentoo-user] C compiler cannot create executables

2005-11-24 Thread Holly Bostick
Matthias Langer schreef: >> >> It also says "See config.log for details", but I can't find >> config.log - it doesn't give a full path. The config.log referred to can be found in the temporary working directory of the package being compiled: /var/tmp/portage/package-name.and.version/work (or som

Re: [gentoo-user] C compiler cannot create executables

2005-11-24 Thread Matthias Langer
On Wed, 2005-11-23 at 22:49 -0600, Michael Sullivan wrote: > I think I've somehow managed to screw gcc up. Whenever I try to emerge > anything I get this message: > > checking for C compiler default output... configure: error: C compiler > cannot create executables > > It also says "See config.l

Re: [gentoo-user] C compiler cannot create executables

2005-11-23 Thread Spider (D.m.D. Lj.)
On Wed, 2005-11-23 at 22:49 -0600, Michael Sullivan wrote: > I think I've somehow managed to screw gcc up. Whenever I try to emerge > anything I get this message: > > checking for C compiler default output... configure: error: C compiler > cannot create executables > > It also says "See config.l

Re: [gentoo-user] C compiler cannot create executables

2005-11-23 Thread W.Kenworthy
Search forums: many posts exist. Try using gcc-config and fix_libtool.sh as a starter. BillK On Wed, 2005-11-23 at 22:49 -0600, Michael Sullivan wrote: > I think I've somehow managed to screw gcc up. Whenever I try to emerge > anything I get this message: > > checking for C compiler default ou

[gentoo-user] C compiler cannot create executables

2005-11-23 Thread Michael Sullivan
I think I've somehow managed to screw gcc up. Whenever I try to emerge anything I get this message: checking for C compiler default output... configure: error: C compiler cannot create executables It also says "See config.log for details", but I can't find config.log - it doesn't give a full pat

Re: [gentoo-user] C compiler cannot create executables

2005-05-27 Thread Julien Cayzac
On 5/27/05, Colin <[EMAIL PROTECTED]> wrote: > No, I found it. I changed -fstack_protector to -fstack-protector and > now it's compiling. It bugs me how some CFLAGS use underscores, others > dashes, and some use both. That underscore is a Darwin specific thing. Darwin gcc maintainers are not con

Re: [gentoo-user] C compiler cannot create executables

2005-05-27 Thread Colin
Bruno Lustosa wrote: On 5/27/05, Colin <[EMAIL PROTECTED]> wrote: checking for C compiler default output file name... configure: error: C compiler cannot create executables See 'config.log' for more details. /var/tmp/portage/texinfo-4.7-r1/work/texinfo-4.7/config.log is available if needed.

Re: [gentoo-user] C compiler cannot create executables

2005-05-27 Thread Bruno Lustosa
On 5/27/05, Colin <[EMAIL PROTECTED]> wrote: > checking for C compiler default output file name... configure: error: C > compiler cannot create executables > See 'config.log' for more details. > > /var/tmp/portage/texinfo-4.7-r1/work/texinfo-4.7/config.log is available > if needed. I really don't

[gentoo-user] C compiler cannot create executables

2005-05-27 Thread Colin
When I try to bootstrap a Power Macintosh 8500, I get this error from /usr/portage/scripts/bootstrap.sh: >>> emerge (1 of 7) sys-apps/textinfo-4.7.-r1 to / !!! Cannot create log... No write access / Does not exist !!! PORT_LOGDIR: /var/log/portage !!! Cannot create log... No write access / Does