Which brings me to another question: How do you figure out which archives are dlls and which ones are libs? The GNU on Win32 project is not perticularly good with naming them. Take libtiff, this is what is in the lib directory:
% ls -l libtiff* ..n32-pike/libs/lib -r--r--r-- 1 peter ftp 321746 Nov 28 2001 libtiff.a -rw-r--r-- 1 peter ftp 13784 Nov 28 2001 libtiff-bcc.def -rw-r--r-- 1 peter ftp 32256 Nov 28 2001 libtiff-bcc.lib -rw-r--r-- 1 peter ftp 5678 Nov 28 2001 libtiff.def -rw-r--r-- 1 peter ftp 112730 Nov 28 2001 libtiff.dll.a -rw-r--r-- 1 peter ftp 35754 Nov 28 2001 libtiff.lib
/ Peter Bortas
Previous text:
2002-09-25 21:20: Subject: Win-Pike
Yep, which means I'm going to break them with lots and lots of 3rd party libs. :)
/ Peter Bortas
Where did you get that from? http://www.gimp.org/~tml/gimp/win32/libtiff-3.5.7.zip contains Archive: libtiff-3.5.7.zip inflating: include/tiff.h inflating: include/tiffio.h inflating: include/tiffvers.h inflating: lib/libtiff.dll inflating: lib/libtiff.a inflating: lib/tiff.lib inflating: lib/pkgconfig/libtiff.pc
/ Martin Nilsson (Fake Build Master)
Previous text:
2002-09-25 21:44: Subject: Win-Pike
Which brings me to another question: How do you figure out which archives are dlls and which ones are libs? The GNU on Win32 project is not perticularly good with naming them. Take libtiff, this is what is in the lib directory:
% ls -l libtiff* ..n32-pike/libs/lib -r--r--r-- 1 peter ftp 321746 Nov 28 2001 libtiff.a -rw-r--r-- 1 peter ftp 13784 Nov 28 2001 libtiff-bcc.def -rw-r--r-- 1 peter ftp 32256 Nov 28 2001 libtiff-bcc.lib -rw-r--r-- 1 peter ftp 5678 Nov 28 2001 libtiff.def -rw-r--r-- 1 peter ftp 112730 Nov 28 2001 libtiff.dll.a -rw-r--r-- 1 peter ftp 35754 Nov 28 2001 libtiff.lib
/ Peter Bortas
By following the link on http://www.gimp.org/~tml/gimp/win32/downloads.html
/ Peter Bortas
Previous text:
2002-09-25 21:50: Subject: Win-Pike
Where did you get that from? http://www.gimp.org/~tml/gimp/win32/libtiff-3.5.7.zip contains Archive: libtiff-3.5.7.zip inflating: include/tiff.h inflating: include/tiffio.h inflating: include/tiffvers.h inflating: lib/libtiff.dll inflating: lib/libtiff.a inflating: lib/tiff.lib inflating: lib/pkgconfig/libtiff.pc
/ Martin Nilsson (Fake Build Master)
Don't be too optimistic; I don't think the stack error in the dmalloc build is caused by the dmalloc/rtldebug code itself.
/ Martin Stjernholm, Roxen IS
Previous text:
2002-09-25 21:17: Subject: Win-Pike
Yay! Both dynamic and static builds are green.
/ Martin Nilsson (Fake Build Master)
pike-devel@lists.lysator.liu.se