Displaying 1 result from an estimated 1 matches for "wappx6tcsm".
2003 Aug 19
1
Problems building dlls for use with winelib
...-Wl,-soname,libdll.so -DSTRICT -D_REENTRANT
> -L/usr/local/lib/wine -lntdll -lkernel32 -luser32 -lgdi32 -lcomdlg32
> -lstdc++ -lcrtdll -lgcc_s -lm $(OBJS)
The result is the following warnings and errors:
> (1) libdll.spec.o(.rodata+0x0): multiple definition of `dllname'
> /tmp/wappX6tcsm.spec.o(.rodata+0x0): first defined here
> (2) /usr/bin/ld: Warning: size of symbol `dllname' changed from 10 in
> /tmp/wappX6tcsm.spec.o to 12 in
> (3) /tmp/wappX6tcsm.spec.o(.text+0x1004a): In function
> `__wine_exe_main':: undefined reference to `main'
Regarding...