Hello
I try to compile the gsl-1.9 with mingw.
the configure seems to wotks well, but I have a message error when I use
make:
rm -fr .libs/libgsl.lax
mkdir .libs/libgsl.lax
rm -fr .libs/libgsl.lax/libgslblock.a
mkdir .libs/libgsl.lax/libgslblock.a
(cd .libs/libgsl.lax/libgslblock.a && ar x
/c/gsl-1.9/block/.libs/libgslblock.a)
libtool: link: ERROR: object name conflicts:
.libs/libgsl.lax/libgslblock.a//c/g
sl-1.9/block/.libs/libgslblock.a
make[2]: *** [libgsl.la] Error 1
make[2]: Leaving directory `/c/gsl-1.9'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/gsl-1.9'
make: *** [all] Error 2
I found in the archive list some problem with mingw with test, but not
at the compilation time.
I use the following version of gcc:
C:\gsl-1.9>gcc -v
Reading specs from c:/MinGW/bin/../lib/gcc/mingw32/3.4.5/specs
Configured with: ../gcc-3.4.5/configure --with-gcc --with-gnu-ld
--with-gnu-as -
-host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads
--disable-nls --
enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry
--disable-shar
ed --enable-sjlj-exceptions --enable-libgcj --disable-java-awt
--without-x --ena
ble-java-gc=boehm --disable-libgcj-debug --enable-interpreter
--enable-hash-sync
hronization --enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.5 (mingw special)
Thanks for your attention
_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl