libgiac et paquet osX
Publié : jeu. juil. 03, 2014 10:46 pm
Salut Bernard,
J'ai fait un essai pour compiler sous osX avec la libgiac de ton paquet.
Il manque en fait tres peu de choses pour etre autonome:
J'ai du ajouter ces headers:
il manquait aussi un header FL mais la
j'ai modifie le giac/config.h
en commentant les 3 lignes suivantes, mais il m'a l'air obsolete.
(version 0.9.6)
alors ca compile bien.
mais il manque:
Ensuite pour macdeployqt il y avait un PB d'id sur 2 librairies:
j'ai du faire:
et ca me semble etre tout. Ca vaudrait peut etre le coup d'ajouter cela a ton paquet car il me semble que tu as maintenant aussi un binaire 64 bits c'est ca?
J'ai fait un essai pour compiler sous osX avec la libgiac de ton paquet.
Il manque en fait tres peu de choses pour etre autonome:
J'ai du ajouter ces headers:
Code : Tout sélectionner
NTL
gmp.h
gmpxx.h
gsl
png.h
mpfr.h
pngconf.h
il manquait aussi un header FL mais la
j'ai modifie le giac/config.h
en commentant les 3 lignes suivantes, mais il m'a l'air obsolete.
(version 0.9.6)
Code : Tout sélectionner
/* Define to 1 if you have the `fltk' library (-lfltk). */
//#define HAVE_LIBFLTK 1
/* Define to 1 if you have the `fltk_gl' library (-lfltk_gl). */
//#define HAVE_LIBFLTK_GL 1
/* Define to 1 if you have the `fltk_images' library (-lfltk_images). */
//#define HAVE_LIBFLTK_IMAGES 1
mais il manque:
Code : Tout sélectionner
libmpfi.0.dylib
j'ai du faire:
Code : Tout sélectionner
install_name_tool -id /Applications/usr/64/local/lib/libgmp.10.dylib libgmp.10.dylib
install_name_tool -id /Applications/usr/64/local/lib/libintl.8.dylib libintl.8.dylib