about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-08-18 19:20:35 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-08-18 19:20:35 +0000
commitd86b4780b8b92d68ca0e2d43c90deb57adebd8ae (patch)
tree72422bb4589d39670a9d208890a95b3fcef2e4ca
parent66bc60e86eb17b356edc83e8c8326b7eefb5c5e9 (diff)
downloadnetpbm-mirror-d86b4780b8b92d68ca0e2d43c90deb57adebd8ae.tar.gz
netpbm-mirror-d86b4780b8b92d68ca0e2d43c90deb57adebd8ae.tar.xz
netpbm-mirror-d86b4780b8b92d68ca0e2d43c90deb57adebd8ae.zip
Release 10.39.04
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@377 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--Makefile.version2
-rwxr-xr-xbuildtools/configure.pl5
-rw-r--r--doc/HISTORY4
3 files changed, 9 insertions, 2 deletions
diff --git a/Makefile.version b/Makefile.version
index 4cd8e16e..f0a02711 100644
--- a/Makefile.version
+++ b/Makefile.version
@@ -1,4 +1,4 @@
 NETPBM_MAJOR_RELEASE = 10
 NETPBM_MINOR_RELEASE = 39
-NETPBM_POINT_RELEASE = 03
+NETPBM_POINT_RELEASE = 04
 
diff --git a/buildtools/configure.pl b/buildtools/configure.pl
index 97e3c33f..3a0592ad 100755
--- a/buildtools/configure.pl
+++ b/buildtools/configure.pl
@@ -241,8 +241,11 @@ sub testCompileLink($$$) {
     print $cFile @{$cSourceCodeR};
     
     my ($oFile, $oFileName) = tempFile('');
+
+    # Note that $flags may contain -l options, which where static linking
+    # is involved have to go _after_ the base object file ($oFileName).
     
-    my $compileCommand = "$testCc -o $oFileName $flags $cFileName";
+    my $compileCommand = "$testCc -o $oFileName $cFileName $flags";
     print ("Doing test compile/link: $compileCommand\n");
     my $rc = system($compileCommand);
     
diff --git a/doc/HISTORY b/doc/HISTORY
index 479c033a..000c4211 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,6 +4,10 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
+07.08.18 BJH  Release 10.39.04
+
+              Build: put -l's after .o's in test links.
+
 07.08.01 BJH  Release 10.39.03
 
               pnmtops: fix crash when program attempts to write 12 bits per