C++ exception handling on PPC with gcc 6.4.0 doesn't work

2024-05-19 Thread Andreas Falkenhahn
unsupported by the gcc-mp-6 version I'm using or is there any special compiler or linker flag that needs to be used to make C++ exceptions work with my gcc-mp-6 version? Any ideas? -- Best regards, Andreas Falkenhahn mailto:andr...@falkenhahn.com

Re: ld: can't write output file for architecture ppc

2024-03-23 Thread Andreas Falkenhahn
r the help! -- Best regards, Andreas Falkenhahnmailto:andr...@falkenhahn.com

Re: ld: can't write output file for architecture ppc

2024-03-19 Thread Andreas Falkenhahn
il? Outside MacPorts gcc works fine. No problems with the gcc installed by Xcode but that is gcc 4.0.1. I installed MacPorts to get a newer gcc. -- Best regards, Andreas Falkenhahnmailto:andr...@falkenhahn.com

ld: can't write output file for architecture ppc

2024-03-17 Thread Andreas Falkenhahn
, Andreas Falkenhahn mailto:andr...@falkenhahn.com

How to target older macOS version

2023-08-19 Thread Andreas Falkenhahn
on macOS 13 that run on older macOS versions as well? -- Best regards, Andreas Falkenhahn mailto:andr...@falkenhahn.com

Re: Apple ARM binary codesign issue

2021-01-12 Thread Andreas Falkenhahn
y benefit of codesigning seems to be to guarantee that binaries aren't modified. -- Best regards, Andreas Falkenhahnmailto:andr...@falkenhahn.com

Re: Apple ARM binary codesign issue

2021-01-11 Thread Andreas Falkenhahn
soft glew glfw mpg123 > libsndfile (if this step fails, stop here and let me know) > premake5 --with-librw gmake2 > cd build > make config=release_macosx-amd64-librw_gl3_glfw-oal -j5 > Just want to see the output and find out if it can build > successfully. Does not need the GTAIII game anywhere to build. > Thanks -- Best regards, Andreas Falkenhahnmailto:andr...@falkenhahn.com

Re: How to resolve libstdc++.6.dylib dependency

2018-03-24 Thread Andreas Falkenhahn
ing executable works like a charm on a naked 10.5 system without any Mac Ports stuff... very nice! -- Best regards, Andreas Falkenhahnmailto:andr...@falkenhahn.com

Re: How to resolve libstdc++.6.dylib dependency

2018-03-24 Thread Andreas Falkenhahn
On 24.03.2018 at 14:07 Mojca Miklavec wrote: > On 24 March 2018 at 13:35, Andreas Falkenhahn wrote: >> When I compile my C++11 project on a 10.5 PPC system using gcc6 and try to >> run it on another 10.5 PPC system that doesn't have gcc6 installed, I get an >> error

How to resolve libstdc++.6.dylib dependency

2018-03-24 Thread Andreas Falkenhahn
. Is there an easier way? Is the latest libstdc++ available as its own package in Mac Ports maybe or what is the suggested way of dealing with this? -- Best regards, Andreas Falkenhahn mailto:andr...@falkenhahn.com

Re: Installing gcc6 on a PPC Mac Mini 10.4 gives me hell

2018-03-22 Thread Andreas Falkenhahn
are ;-) -- Best regards, Andreas Falkenhahnmailto:andr...@falkenhahn.com

Re: Installing gcc6 on a PPC Mac Mini 10.4 gives me hell

2018-03-22 Thread Andreas Falkenhahn
old installation. -- Best regards, Andreas Falkenhahnmailto:andr...@falkenhahn.com

Re: Installing gcc6 on a PPC Mac Mini 10.4 gives me hell

2018-03-21 Thread Andreas Falkenhahn
ies would be a great benefit for those old systems. -- Best regards, Andreas Falkenhahnmailto:andr...@falkenhahn.com

Re: Installing gcc6 on a PPC Mac Mini 10.4 gives me hell

2018-03-21 Thread Andreas Falkenhahn
ht back where you were before the build. Thanks, that's good to know! -- Best regards, Andreas Falkenhahnmailto:andr...@falkenhahn.com

Re: Installing gcc6 on a PPC Mac Mini 10.4 gives me hell

2018-03-21 Thread Andreas Falkenhahn
e away more and more control from the user. That might be very good for people without a clue about computing but for coders it's a pain in the "donkey". It's time to regain control - the OS is here to serve, not to spy on me or impose its will on me :-) $0.02 -- Best regards, An

Re: Installing gcc6 on a PPC Mac Mini 10.4 gives me hell

2018-03-20 Thread Andreas Falkenhahn
apable of running Mac OS 9 software. I also have a 10.6 installation which I won't update because 10.6 has Rosetta (PPC emulation). It's vintage - it needn't make sense. -- Best regards, Andreas Falkenhahnmailto:andr...@falkenhahn.com

Re: Installing gcc6 on a PPC Mac Mini 10.4 gives me hell

2018-03-20 Thread Andreas Falkenhahn
Ports killing my hardware. IMHO there really should be prebuilt binaries for 10.4. It's a waste of energy and resources to have everybody build this on his own... -- Best regards, Andreas Falkenhahnmailto:andr...@falkenhahn.com

Installing gcc6 on a PPC Mac Mini 10.4 gives me hell

2018-03-20 Thread Andreas Falkenhahn
? The current installation process feels a little bit like maximum overdose for my poor old PPC Mac Mini... -- Best regards, Andreas Falkenhahn mailto:andr...@falkenhahn.com

Re: Trouble compiling with gcc 4.8 on 10.5 PowerPC

2018-03-18 Thread Andreas Falkenhahn
PPC rules. I'm also running MorphOS on my PowerPC Macs. This is another PPC operating system inspired by AmigaOS. -- Best regards, Andreas Falkenhahnmailto:andr...@falkenhahn.com

Trouble compiling with gcc 4.8 on 10.5 PowerPC

2018-03-17 Thread Andreas Falkenhahn
knows how to solve these issues? As I said, despite those warnings the program seems to work correctly but of course these warnings are worrying me and I want them to disappear. Thanks! -- Best regards, Andreas Falkenhahn mailto:andr...@falkenhahn.com