Skip to main content
Topic: Problem with 2391 and mingw32/Linux (Read 3775 times) previous topic - next topic

Problem with 2391 and mingw32/Linux

Hey,

when I test simutrans-compiling/cross-compiling I get an Problem with svn-mixer.

I get an
Code: [Select]
===> LD  sim
collect2: ld terminated with signal 11 [Segmentation fault]
make: *** [sim] Error 1

The same SDL-mixer on an other maschine have no Problem ... I don't find the Problem.
Did somebody have a Idea for me?

An info about the gcc:
Code: [Select]
simutrans@hedwig ~/code $ mingw32-gcc -V 3.4.6 -v
Reading specs from /usr/lib/gcc/mingw32/3.4.6/specs
Configured with: /var/tmp/cross/mingw32/portage/cross-mingw32/gcc-3.4.6-r2/work/gcc-3.4.6/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/mingw32/gcc-bin/3.4.6 --includedir=/usr/lib/gcc/mingw32/3.4.6/include --datadir=/usr/share/gcc-data/mingw32/3.4.6 --mandir=/usr/share/gcc-data/mingw32/3.4.6/man --infodir=/usr/share/gcc-data/mingw32/3.4.6/info --with-gxx-include-dir=/usr/lib/gcc/mingw32/3.4.6/include/g++-v3 --host=x86_64-pc-linux-gnu --target=mingw32 --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-libgcj --enable-languages=c,c++,f77 --with-sysroot=/usr/mingw32
Thread model: single
gcc version 3.4.6 (Gentoo 3.4.6-r2 p1.6, ssp-3.4.6-1.0, pie-8.7.10)

Thanks for the reading,
Werner
I hope you understand my English

Re: Problem with 2391 and mingw32/Linux

Reply #1
collect2: ld terminated with signal 11 [Segmentation fault]
The linker crashes. I can make up a random list of possible reasons:
- bug in compiler or linker, leading to unexpected data or behaviour
- problems with OS installation (wrong file versions, kernel bug)
- hardware defective (RAM, any bus, ...)

Re: Problem with 2391 and mingw32/Linux

Reply #2
When I use SDL ore wingdi I nhave no problem ... only with sdl_mixer ...

That is my Problem ....
I hope you understand my English