From: maier AT rpk DOT mach DOT uni-karlsruhe DOT de (Markus Maier) Subject: building reloctable dll fails in b18 26 Jun 1997 07:13:30 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Sender: maier AT 129 DOT 13 DOT 149 DOT 51 Original-To: gnu-win32 AT cygnus DOT com Original-Sender: owner-gnu-win32 AT cygnus DOT com Hello there, I tried to build a reloctable dll using the example files in http://www.cygnus.com/misc/gnu-win32/building-reloc-dlls.txt First I tried beta17.1 but 'ld' crashes. With b18 compiling and linking works fine but the application crashes: bash$ gdb main GNU gdb 4.16.1 Copyright 1997 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-cygwin32"... (gdb) r Starting program: /users/maier/dlltest/main.exe 10000000:/users/maier/dlltest/fooB.dll warning: LDR: Automatic DLL Relocation in main.exe warning: LDR: Dll cygwin.dll base 10000000 relocated due to collision with d:\users\maier\dlltest\fooB.dll 2520000:/win32app/gnuwin/b18/H-i386-cygwin32/bin/cygwin.dll [failed reading symbols from DLL] "/WINNT35/system32/kernel32.dll": error reading line numbers [failed reading symbols from DLL] "/WINNT35/system32/advapi32.dll": error reading line numbers 77e70000:/WINNT35/system32/USER32.dll 77ed0000:/WINNT35/system32/GDI32.dll 77e20000:/WINNT35/system32/RPCRT4.dll 776c0000:/WINNT35/System32/wsock32.dll [failed reading symbols from DLL] "/WINNT35/System32/WS2_32.dll": error reading line numbers 78000000:/WINNT35/system32/MSVCRT.dll [failed reading symbols from DLL] "/WINNT35/System32/WS2HELP.dll": error reading line numbers Program received signal SIGSEGV, Segmentation fault. 0x252bac6 in fhandler_console::is_console () I'm using Windows NT4.0 (Service Pack 2). Any ideas? -- Markus - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".