Re: macOS warning present in build 1735

2023-10-04 Thread Dr . Jürgen Sauermann
Hi Louis, the line below is indeed  the most likely culprit. I have seen it before and that's why I asked for your*ltmain.sh *(which is probably different from the one for your platform. Iltmain.sh is shipped with libtool; you need to install it to get a version that suits maxOS. I suppose

Re: macOS warning present in build 1735

2023-10-04 Thread Louis Chretien via Bugs and suggestions for GNU APL
Unfortunately, I looked everywhere for the ltmain.sh file, and nothing was found. Apparently, Mac OS does not use this particular file. looking at the ltmain.sh inside the apl/ folder, I saw those lines: case $host in *-*-darwin*) # Don't allow lazy linking, it breaks C++ gl

Re: macOS warning present in build 1735

2023-10-03 Thread Dr . Jürgen Sauermann
Hi Louis, thanks for reporting this. I believe that I managed to fix all compiler warnings. The linker warning: *ld: warning: -bind_at_load is deprecated on macOS* seems to be caused by different libtool versions. Maybe running *libtoolize* on your box in the top-level GNU APL directory fixe

macOS warning present in build 1735

2023-10-02 Thread Louis Chretien via Bugs and suggestions for GNU APL
A bunch of warnings are present in the build 1735 of GNU APL on Mac OS:/bin/sh ../../libtool  --tag=CXX   --mode=link g++  -I ./.. -g -O2  -DAP_NUM=100 -I/opt/local/include -I /Users/admin/Subversion/apl   -o AP100 AP100-AP100.o AP100-APmain.o ../AP100-Backtrace.o ../AP100-Svar_DB.o ../AP100-Svar_r