[issue30053] Problems building with --enable-profiling on macOS using homebrew GCC

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: 3.7 is no longer maintained. Please create a new issue if you are having this problem with a current version (>= 3.9). -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___

[issue30053] Problems building with --enable-profiling on macOS using homebrew GCC

2020-11-27 Thread Ronald Oussoren
Change by Ronald Oussoren : -- title: Problems building with --enable-profiling on macOS -> Problems building with --enable-profiling on macOS using homebrew GCC ___ Python tracker __

[issue30053] Problems building with --enable-profiling on macOS

2020-11-01 Thread Ronald Oussoren
Ronald Oussoren added the comment: The system compiler on macOS 10.9 or later doesn't support "-pg" (profile generation) at all: $ clang -o t -pg t.c clang: error: the clang compiler does not support -pg option on versions of OS X 10.9 and later This means that its unlikely I'll look into t

[issue30053] Problems building with --enable-profiling on macOS

2017-04-12 Thread Brecht Machiels
Changes by Brecht Machiels : Added file: http://bugs.python.org/file46800/make_gcc.txt ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue30053] Problems building with --enable-profiling on macOS

2017-04-12 Thread Brecht Machiels
Changes by Brecht Machiels : Added file: http://bugs.python.org/file46799/make.txt ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue30053] Problems building with --enable-profiling on macOS

2017-04-12 Thread Brecht Machiels
New submission from Brecht Machiels: The python.exe produced during the build process is somehow broken: $ ./python.exe -S Killed: 9 Strangely, it works when run from gdb: $ gdb -args ./python.exe -S GNU gdb (GDB) 7.12.1 Copyright (C) 2017 Free Software Foundation, Inc.