Gamsbas compilation
Posted
#1
(In Topic #1613)
Trainee
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?
Posted
Guru

so i have no idea what that error is.
I thought gambas only compiled on linux machines not MacOS
Posted
Administrator

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.
1 guest and 0 members have just viewed this.


