Kevin, Please keep your replies on-list...
On Mon, Jan 07, 2002 at 10:08:09AM -0500, Roth, Kevin P. wrote: > gcc 2.95.3-5 > binutils 20011002-1 So you are using the latest too. > Attached are three DLLs in a tar/bz2 file. They are as follows: > > cygcurl-2-build.dll : rebuilt last Friday, from the 7.9.2-1 sources > > cygcurl-2-install.dll : same as above, but after performing a make > install (in case that actually changes something) > > cygcurl-2-strip.dll : after `make install`, I did `strip cygcurl-2.dll`. > Let me know how these look. All of the above appear to be non-relocatable: $ file *.dll cygcurl-2-build.dll: MS Windows PE Intel 80386 console DLL not relocatable cygcurl-2-install.dll: MS Windows PE Intel 80386 console DLL not relocatable cygcurl-2-strip.dll: MS Windows PE Intel 80386 console DLL not relocatable How did you manage to accomplish this? > Also, if testing for rebase-ability is simple, could you let me know > how? I'd be curious... It is very simple. Just download, uncompress, and install the following: http://www.tishler.net/jason/software/rebase/rebase.exe.bz2 into /usr/local/bin. The following is a sample command line: rebase -d -b 0x68000000 cygcurl-2-*.dll Jason -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/