Re: auto-import error under windows



christian uhrhan wrote:

> first, i already asked google for this problem and found
> the solution that i had to add to the linker option
> 
> -Wl, --enable-runtime-pseudo-reloc

Looks like you did not use the option correctly

The g++ command should be something like

g++ -mms-bitfields myprog.o -o myprog.exe
-Wl,--enable-runtime-pseudo-reloc `pkg-config --libs gtkmm-2.4`

Please try again

Cedric



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]