Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bothersome Behavior
#1
I'm compiling code that can be found on Github.  basic-to-6809

All the files in the repository compile on a MAC, and on Windows with no issues.

When compiling on a Linux machine (Linux MINT) the largest of the files in the  collection will never finish creating the executable.

After 45 minutes if waiting, no executable is produced.  The Windows build takes about 2 minutes.

So not sure what's going on, looking for some guidance.

Compilelog.txt from Ubuntu

Quote:g++  -no-pie -std=gnu++17 -fno-strict-aliasing -Wno-conversion-null -DFREEGLUT_STATIC -I./internal/c/libqb/include -I./internal/c/parts/core/freeglut/include -I./internal/c/parts/core/glew/include -DDEPENDENCY_SOCKETS -DDEPENDENCY_NO_PRINTER -DDEPENDENCY_NO_ICON -DDEPENDENCY_NO_SCREENIMAGE  internal/c/libqb.cpp -c -o internal/c/libqb_make_00010000.o
g++  -no-pie -std=gnu++17 -fno-strict-aliasing -Wno-conversion-null -DFREEGLUT_STATIC -I./internal/c/libqb/include -I./internal/c/parts/core/freeglut/include -I./internal/c/parts/core/glew/include -DDEPENDENCY_SOCKETS -DDEPENDENCY_NO_PRINTER -DDEPENDENCY_NO_ICON -DDEPENDENCY_NO_SCREENIMAGE  internal/c/qbx.cpp -c -o internal/c/qbx.o
g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make: *** [Makefile:421: internal/c/qbx.o] Error 1
Reply


Messages In This Thread
Bothersome Behavior - by Pwillard - 05-17-2025, 09:18 PM
RE: Bothersome Behavior - by hsiangch_ong - 05-18-2025, 11:40 AM
RE: Bothersome Behavior - by Pwillard - 05-18-2025, 04:46 PM
RE: Bothersome Behavior - by hsiangch_ong - 05-19-2025, 11:26 AM
RE: Bothersome Behavior - by Pwillard - 05-19-2025, 03:59 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  QB64 odd behavior when Windows Terminal is set to default terminal app hanness 13 1,492 10-03-2025, 12:52 AM
Last Post: bert22306
  Odd behavior with Search -> Change window TerryRitchie 8 1,539 05-09-2024, 05:00 PM
Last Post: bplus
  Is this a problem with _RESIZE or expected behavior? hanness 7 1,582 06-01-2023, 04:04 AM
Last Post: mnrvovrfc
Lightbulb To mimic "cmd.exe" behavior with eg. "DIRCMD" env. variable mnrvovrfc 4 1,187 09-29-2022, 02:51 AM
Last Post: mnrvovrfc

Forum Jump:


Users browsing this thread: