I now turned of linking with -Cn
So i can addapt link.res and add the following to it:
-lxcb-xlib -lxcb -lXpm -lXext -lXdmcp
Now i get a lot less undefined error:
Code:
Linking minxapp
D:\lib\i386-linux\/libc.so: undefined reference to `_rtld_global@GLIBC_PRIVATE'
D:\lib\i386-linux\/libX11.so: undefined reference to `dlopen@GLIBC_2.1'
D:\lib\i386-linux\/libc.so: undefined reference to `__libc_enable_secure@GLIBC_P
RIVATE'
D:\lib\i386-linux\/libX11.so: undefined reference to `dlsym@GLIBC_2.0'
D:\lib\i386-linux\/libc.so: undefined reference to `__libc_stack_end@GLIBC_2.1'
D:\lib\i386-linux\/libc.so: undefined reference to `_rtld_global_ro@GLIBC_PRIVAT
E'
D:\lib\i386-linux\/libxcb.so: undefined reference to `XauGetBestAuthByAddr'
D:\lib\i386-linux\/libc.so: undefined reference to `___tls_get_addr@GLIBC_2.3'
D:\lib\i386-linux\/libxcb.so: undefined reference to `XauDisposeAuth'
D:\lib\i386-linux\/libc.so: undefined reference to `_dl_argv@GLIBC_PRIVATE'
D:\lib\i386-linux\/libc.so: undefined reference to `_dl_tls_get_addr_soft@GLIBC_
PRIVATE'
An error occured while linking minxapp
But what -l do belong to these errors ...