Gamsbas compilation

Post

Posted
Rating:
#1 (In Topic #1613)
Trainee
 Hi everyone!
I try to compile Gambas from source in Mac OS Sequoia 15.4
After successful ./reconf-all and ./configure -C I got an error during make -j
=================================
Making all in gbc
  CCLD     gbc3
  CCLD     gba3
  CCLD     gbi3
  CCLD     gbcm3
ld: unknown options: -allow_stack_execute
ld: unknown options: -allow_stack_execute
ld: unknown options: -allow_stack_execute
ld: unknown options: -allow_stack_execute
clang: error: linker command failed with exit code 1 (use -v to see invocation)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [gbc3] Error 1
make[2]: *** Waiting for unfinished jobs….
make[2]: *** [gbi3] Error 1
make[2]: *** [gba3] Error 1
make[2]: *** [gbcm3] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
=================================
Guess I should remove allow_stack_execute option but cann't find where is it.
Can anybody help?
Online now: No Back to the top

Post

Posted
Rating:
#2
Guru
BruceSteers is in the usergroup ‘Guru’
 there is no executable named gbcm3

so i have no idea what that error is.

I thought gambas only compiled on linux machines not MacOS
Online now: No Back to the top

Post

Posted
Rating:
#3
Avatar
Administrator
sholzy is in the usergroup ‘unknown’
 Hi, and welcome!

Compiling Gambas on Mac OS isn't supported. About 10-15 years ago there was an effort to get Gambas working on Mac but I don't think anything ever came of it. Maybe if you hang out on the official Gambas mailing list you might be able to find someone who might have some Apple knowledge and can give some pointers.

sholzy
Gambas One Site Director

To report bugs in the Gambas IDE:
Official Gambas Bug Tracker
Online now: No Back to the top
1 guest and 0 members have just viewed this.