The links base AULibm-ftq

Issues base of tool AULibm (IBM Accurate/Ultimate Mathematical Library) [aum] from Team Sigwal
2 types of issue:
  • AF=evolution 📝
  • VR=anomaly 🐛
Submitted (x2)
Solved (x1)
Reference
Last date
File name
Description
State
Reference
Last date
19/07/2025
File name
Description
Link issue with GAOL over gwin64-7.3.0 (mingw32 host)
/bin/sh ../libtool --tag=CXX --mode=link g++ -D"drand48()"="((double)rand())/((double)RAND_MAX)" -Dsrand48=srand -I.. -msse2 -msse3 -L/c/usr/local/aulibm/aulibm-2.1.1_gcc-7.3.0_win64-qt/lib -O3 -funroll-loops -fomit-frame-pointer -fexpensive-optimizations -fvisibility-inlines-hidden -fvisibility=hidden -Wall -Wconversion -frounding-math -L../gaol/.libs -o performances.exe performance_test_set.o performances.o -lm -lgaol -lultim
libtool: link: g++ "-Ddrand48()=((double)rand())/((double)RAND_MAX)" -Dsrand48=srand -I.. -msse2 -msse3 -O3 -funroll-loops -fomit-frame-pointer -fexpensive-optimizations -fvisibility-inlines-hidden -fvisibility=hidden -Wall -Wconversion -frounding-math -o performances.exe performance_test_set.o performances.o -L/c/usr/local/aulibm/aulibm-2.1.1_gcc-7.3.0_win64-qt/lib -L../gaol/.libs /c/usr/ker/mick/dev/c/wks-github/GAOL/gaol/.libs/libgaol.a /c/usr/local/aulibm/aulibm-2.1.1_gcc-7.3.0_win64-qt/lib/libultim.a
c:/usr/local/aulibm/aulibm-2.1.1_gcc-7.3.0_win64-qt/lib/libultim.a(DPChange.o): In function `Init_Lib':
c:\usr\ker\mick\dev\c\wks-github\aulibm\src/LINUX_DPChange.c:41: undefined reference to `_OrgDPStatus'
c:\usr\ker\mick\dev\c\wks-github\aulibm\src/LINUX_DPChange.c:44: undefined reference to `_NewDPStatus'
c:/usr/local/aulibm/aulibm-2.1.1_gcc-7.3.0_win64-qt/lib/libultim.a(DPChange.o): In function `Exit_Lib':
c:\usr\ker\mick\dev\c\wks-github\aulibm\src/LINUX_DPChange.c:64: undefined reference to `_NewDPStatus'
c:\usr\ker\mick\dev\c\wks-github\aulibm\src/LINUX_DPChange.c:70: undefined reference to `_OrgDPStatus'
collect2.exe: error: ld returned 1 exit status
State
🔴Submitted



Reference
Last date
14/07/2025
File name
install.bat
Description
Not working script
install.bat --gcc --static --test
Copying necessary files
Le chemin d’accès spécifié est introuvable.
'cyg.bat' n’est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
Le chemin d’accès spécifié est introuvable.
Perform testing
'checkcyg.bat' n’est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
State
🔴Submitted



Reference
Last date
14/07/2025
File name
Description
Compilation issue over gwin64-7.3.0 (mingw32 host)
First error:
./configure: line 428: test: this: integer expression expected
configure: error: system
./configure: line 313: return: this: numeric argument required
./configure: line 323: exit: this: numeric argument required
make: *** [config.status] Error 255
Correction of configure.ac (declaration of mingw host)
Second error:
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g0 -O2 -g -O2 -MT atnat2.lo -MD -MP -MF .deps/atnat2.Tpo -c atnat2.c -o atnat2.o
In file included from atnat2.c:40:0:
endian.h:16:2: error: #error "Unsupported platform"
#error "Unsupported platform"
^~~~~
Correction of mathlib_config.h (include of mathlib_configuration.h if file exists for mingw (from configure solution), install.bat solution is kept ⚠️ AUM_VR_000002install.bat)
Solved on July 14 25 commit e26484d
State
🔵Solved