[Vm-dev] [commit][2948] Add -luuid to unix build LIBS where needed.

commits at squeakvm.org commits at squeakvm.org
Thu Jun 5 23:46:12 UTC 2014


Revision: 2948
Author:   eliot
Date:     2014-06-05 16:46:11 -0700 (Thu, 05 Jun 2014)
Log Message:
-----------
Add -luuid to unix build LIBS where needed.

Modified Paths:
--------------
    branches/Cog/nsspurcogbuild/unixbuild/abld/mvm
    branches/Cog/nsspurcogbuild/unixbuild/abldt/mvm
    branches/Cog/nsspurcogbuild/unixbuild/bld/mvm
    branches/Cog/nsspurcogbuild/unixbuild/bldt/mvm
    branches/Cog/nsspurcogbuild/unixbuild/dbld/mvm
    branches/Cog/nsspurcogbuild/unixbuild/dbldt/mvm
    branches/Cog/spurcogbuild/unixbuild/abldt/mvm
    branches/Cog/spurcogbuild/unixbuild/bldt/mvm
    branches/Cog/spurcogbuild/unixbuild/dbldt/mvm
    branches/Cog/unixbuild/abld/mvm
    branches/Cog/unixbuild/abldt/mvm
    branches/Cog/unixbuild/bld/mvm
    branches/Cog/unixbuild/bldt/mvm
    branches/Cog/unixbuild/dbld/mvm
    branches/Cog/unixbuild/dbldt/mvm
    branches/Cog/unixbuild/mtbld/mvm
    branches/Cog/unixbuild/mtbldt/mvm

Modified: branches/Cog/nsspurcogbuild/unixbuild/abld/mvm
===================================================================
--- branches/Cog/nsspurcogbuild/unixbuild/abld/mvm	2014-06-05 23:27:52 UTC (rev 2947)
+++ branches/Cog/nsspurcogbuild/unixbuild/abld/mvm	2014-06-05 23:46:11 UTC (rev 2948)
@@ -18,7 +18,7 @@
 		--without-vm-display-fbdev --without-npsqueak \
 	CC="gcc -m32" \
 	CFLAGS="-g3 -O1 -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DCOGMTVM=0 -DITIMER_HEARTBEAT=1 -DMULTIPLEBYTECODESETS=1 -DDEBUGVM=0" \
-	LIBS=-lpthread \
+	LIBS="-lpthread -luuid" \
 	LDFLAGS=-Wl,-z,now
 ../../../scripts/nukeversion
 rm -rf ../../../$INSTALLDIR

Modified: branches/Cog/nsspurcogbuild/unixbuild/abldt/mvm
===================================================================
--- branches/Cog/nsspurcogbuild/unixbuild/abldt/mvm	2014-06-05 23:27:52 UTC (rev 2947)
+++ branches/Cog/nsspurcogbuild/unixbuild/abldt/mvm	2014-06-05 23:46:11 UTC (rev 2948)
@@ -18,7 +18,7 @@
 		--without-vm-display-fbdev --without-npsqueak \
 	CC="gcc -m32" \
 	CFLAGS="-g3 -O1 -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DCOGMTVM=0 -DMULTIPLEBYTECODESETS=1 -DDEBUGVM=0" \
-	LIBS=-lpthread \
+	LIBS="-lpthread -luuid" \
 	LDFLAGS=-Wl,-z,now
 ../../../scripts/nukeversion
 rm -rf ../../../$INSTALLDIR

Modified: branches/Cog/nsspurcogbuild/unixbuild/bld/mvm
===================================================================
--- branches/Cog/nsspurcogbuild/unixbuild/bld/mvm	2014-06-05 23:27:52 UTC (rev 2947)
+++ branches/Cog/nsspurcogbuild/unixbuild/bld/mvm	2014-06-05 23:46:11 UTC (rev 2948)
@@ -24,7 +24,7 @@
 		--without-vm-display-fbdev --without-npsqueak \
 	CC="gcc -m32" \
 	CFLAGS="-g $OPT -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -DCOGMTVM=0 -DITIMER_HEARTBEAT=1 -DMULTIPLEBYTECODESETS=1 -DDEBUGVM=0" \
-	LIBS=-lpthread \
+	LIBS="-lpthread -luuid" \
 	LDFLAGS=-Wl,-z,now
 ../../../scripts/nukeversion
 rm -rf ../../../$INSTALLDIR

Modified: branches/Cog/nsspurcogbuild/unixbuild/bldt/mvm
===================================================================
--- branches/Cog/nsspurcogbuild/unixbuild/bldt/mvm	2014-06-05 23:27:52 UTC (rev 2947)
+++ branches/Cog/nsspurcogbuild/unixbuild/bldt/mvm	2014-06-05 23:46:11 UTC (rev 2948)
@@ -24,7 +24,7 @@
 		--without-vm-display-fbdev --without-npsqueak \
 	CC="gcc -m32" \
 	CFLAGS="-g $OPT -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -DCOGMTVM=0 -DMULTIPLEBYTECODESETS=1 -DDEBUGVM=0" \
-	LIBS=-lpthread \
+	LIBS="-lpthread -luuid" \
 	LDFLAGS=-Wl,-z,now
 ../../../scripts/nukeversion
 rm -rf ../../../$INSTALLDIR

Modified: branches/Cog/nsspurcogbuild/unixbuild/dbld/mvm
===================================================================
--- branches/Cog/nsspurcogbuild/unixbuild/dbld/mvm	2014-06-05 23:27:52 UTC (rev 2947)
+++ branches/Cog/nsspurcogbuild/unixbuild/dbld/mvm	2014-06-05 23:46:11 UTC (rev 2948)
@@ -18,7 +18,7 @@
 		--without-vm-display-fbdev --without-npsqueak \
 	CC="gcc -m32" \
 	CFLAGS="-g3 -O0 -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DCOGMTVM=0 -DITIMER_HEARTBEAT=1 -DMULTIPLEBYTECODESETS=1 -DDEBUGVM=1" \
-	LIBS=-lpthread \
+	LIBS="-lpthread -luuid" \
 	LDFLAGS=-Wl,-z,now
 ../../../scripts/nukeversion
 rm -rf ../../../$INSTALLDIR

Modified: branches/Cog/nsspurcogbuild/unixbuild/dbldt/mvm
===================================================================
--- branches/Cog/nsspurcogbuild/unixbuild/dbldt/mvm	2014-06-05 23:27:52 UTC (rev 2947)
+++ branches/Cog/nsspurcogbuild/unixbuild/dbldt/mvm	2014-06-05 23:46:11 UTC (rev 2948)
@@ -18,7 +18,7 @@
 		--without-vm-display-fbdev --without-npsqueak \
 	CC="gcc -m32" \
 	CFLAGS="-g3 -O0 -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DCOGMTVM=0 -DMULTIPLEBYTECODESETS=1 -DDEBUGVM=1" \
-	LIBS=-lpthread \
+	LIBS="-lpthread -luuid" \
 	LDFLAGS=-Wl,-z,now
 ../../../scripts/nukeversion
 rm -rf ../../../$INSTALLDIR

Modified: branches/Cog/spurcogbuild/unixbuild/abldt/mvm
===================================================================
--- branches/Cog/spurcogbuild/unixbuild/abldt/mvm	2014-06-05 23:27:52 UTC (rev 2947)
+++ branches/Cog/spurcogbuild/unixbuild/abldt/mvm	2014-06-05 23:46:11 UTC (rev 2948)
@@ -13,7 +13,7 @@
 test -f config.h || ../../../platforms/unix/config/configure --with-src=spursrc --with-plugins=src/plugins --without-npsqueak \
 	CC="gcc -m32" \
 	CFLAGS="-g3 -O1 -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DCOGMTVM=0 -DDEBUGVM=0" \
-	LIBS=-lpthread \
+	LIBS="-lpthread -luuid" \
 	LDFLAGS=-Wl,-z,now
 ../../../scripts/nukeversion
 rm -rf ../../../$INSTALLDIR

Modified: branches/Cog/spurcogbuild/unixbuild/bldt/mvm
===================================================================
--- branches/Cog/spurcogbuild/unixbuild/bldt/mvm	2014-06-05 23:27:52 UTC (rev 2947)
+++ branches/Cog/spurcogbuild/unixbuild/bldt/mvm	2014-06-05 23:46:11 UTC (rev 2948)
@@ -19,7 +19,7 @@
 test -f config.h || ../../../platforms/unix/config/configure --with-src=spursrc --with-plugins=src/plugins --without-npsqueak \
 	CC="gcc -m32" \
 	CFLAGS="-g $OPT -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -DCOGMTVM=0 -DDEBUGVM=0" \
-	LIBS=-lpthread \
+	LIBS="-lpthread -luuid" \
 	LDFLAGS=-Wl,-z,now
 ../../../scripts/nukeversion
 rm -rf ../../../$INSTALLDIR

Modified: branches/Cog/spurcogbuild/unixbuild/dbldt/mvm
===================================================================
--- branches/Cog/spurcogbuild/unixbuild/dbldt/mvm	2014-06-05 23:27:52 UTC (rev 2947)
+++ branches/Cog/spurcogbuild/unixbuild/dbldt/mvm	2014-06-05 23:46:11 UTC (rev 2948)
@@ -13,7 +13,7 @@
 test -f config.h || ../../../platforms/unix/config/configure --with-src=spursrc --with-plugins=src/plugins --without-npsqueak \
 	CC="gcc -m32" \
 	CFLAGS="-g3 -O0 -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DCOGMTVM=0 -DDEBUGVM=1" \
-	LIBS=-lpthread \
+	LIBS="-lpthread -luuid" \
 	LDFLAGS=-Wl,-z,now
 ../../../scripts/nukeversion
 rm -rf ../../../$INSTALLDIR

Modified: branches/Cog/unixbuild/abld/mvm
===================================================================
--- branches/Cog/unixbuild/abld/mvm	2014-06-05 23:27:52 UTC (rev 2947)
+++ branches/Cog/unixbuild/abld/mvm	2014-06-05 23:46:11 UTC (rev 2948)
@@ -12,7 +12,7 @@
 test -f config.h || ../../platforms/unix/config/configure --without-npsqueak \
 	CC="gcc -m32" \
 	CFLAGS="-g3 -O1 -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DITIMER_HEARTBEAT=1 -DCOGMTVM=0 -DDEBUGVM=0" \
-	LIBS=-lpthread \
+	LIBS="-lpthread -luuid" \
 	LDFLAGS=-Wl,-z,now
 ../../scripts/nukeversion
 rm -rf ../../$INSTALLDIR

Modified: branches/Cog/unixbuild/abldt/mvm
===================================================================
--- branches/Cog/unixbuild/abldt/mvm	2014-06-05 23:27:52 UTC (rev 2947)
+++ branches/Cog/unixbuild/abldt/mvm	2014-06-05 23:46:11 UTC (rev 2948)
@@ -13,7 +13,7 @@
 test -f config.h || ../../platforms/unix/config/configure --without-npsqueak \
 	CC="gcc -m32" \
 	CFLAGS="-g3 -O1 -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DCOGMTVM=0 -DDEBUGVM=0" \
-	LIBS=-lpthread \
+	LIBS="-lpthread -luuid" \
 	LDFLAGS=-Wl,-z,now
 ../../scripts/nukeversion
 rm -rf ../../$INSTALLDIR

Modified: branches/Cog/unixbuild/bld/mvm
===================================================================
--- branches/Cog/unixbuild/bld/mvm	2014-06-05 23:27:52 UTC (rev 2947)
+++ branches/Cog/unixbuild/bld/mvm	2014-06-05 23:46:11 UTC (rev 2948)
@@ -18,7 +18,7 @@
 test -f config.h || ../../platforms/unix/config/configure --without-npsqueak \
 	CC="gcc -m32" \
 	CFLAGS="-g $OPT -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -DITIMER_HEARTBEAT=1 -DCOGMTVM=0 -DDEBUGVM=0" \
-	LIBS=-lpthread \
+	LIBS="-lpthread -luuid" \
 	LDFLAGS=-Wl,-z,now
 ../../scripts/nukeversion
 rm -rf ../../$INSTALLDIR

Modified: branches/Cog/unixbuild/bldt/mvm
===================================================================
--- branches/Cog/unixbuild/bldt/mvm	2014-06-05 23:27:52 UTC (rev 2947)
+++ branches/Cog/unixbuild/bldt/mvm	2014-06-05 23:46:11 UTC (rev 2948)
@@ -19,7 +19,7 @@
 test -f config.h || ../../platforms/unix/config/configure --without-npsqueak \
 	CC="gcc -m32" \
 	CFLAGS="-g $OPT -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -DCOGMTVM=0 -DDEBUGVM=0" \
-	LIBS=-lpthread \
+	LIBS="-lpthread -luuid" \
 	LDFLAGS=-Wl,-z,now
 ../../scripts/nukeversion
 rm -rf ../../$INSTALLDIR

Modified: branches/Cog/unixbuild/dbld/mvm
===================================================================
--- branches/Cog/unixbuild/dbld/mvm	2014-06-05 23:27:52 UTC (rev 2947)
+++ branches/Cog/unixbuild/dbld/mvm	2014-06-05 23:46:11 UTC (rev 2948)
@@ -12,7 +12,7 @@
 test -f config.h || ../../platforms/unix/config/configure --without-npsqueak \
 	CC="gcc -m32" \
 	CFLAGS="-g3 -O0 -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DITIMER_HEARTBEAT=1 -DCOGMTVM=0 -DDEBUGVM=1" \
-	LIBS=-lpthread \
+	LIBS="-lpthread -luuid" \
 	LDFLAGS=-Wl,-z,now
 ../../scripts/nukeversion
 rm -rf ../../$INSTALLDIR

Modified: branches/Cog/unixbuild/dbldt/mvm
===================================================================
--- branches/Cog/unixbuild/dbldt/mvm	2014-06-05 23:27:52 UTC (rev 2947)
+++ branches/Cog/unixbuild/dbldt/mvm	2014-06-05 23:46:11 UTC (rev 2948)
@@ -13,7 +13,7 @@
 test -f config.h || ../../platforms/unix/config/configure --without-npsqueak \
 	CC="gcc -m32" \
 	CFLAGS="-g3 -O0 -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DCOGMTVM=0 -DDEBUGVM=1" \
-	LIBS=-lpthread \
+	LIBS="-lpthread -luuid" \
 	LDFLAGS=-Wl,-z,now
 ../../scripts/nukeversion
 rm -rf ../../$INSTALLDIR

Modified: branches/Cog/unixbuild/mtbld/mvm
===================================================================
--- branches/Cog/unixbuild/mtbld/mvm	2014-06-05 23:27:52 UTC (rev 2947)
+++ branches/Cog/unixbuild/mtbld/mvm	2014-06-05 23:46:11 UTC (rev 2948)
@@ -19,7 +19,7 @@
 	--without-npsqueak \
 	CC="gcc -m32" \
 	CFLAGS="-g $OPT -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -DCOGMTVM=1 -DDEBUGVM=0 -DITIMER_HEARTBEAT=1" \
-	LIBS=-lpthread \
+	LIBS="-lpthread -luuid" \
 	LDFLAGS=-Wl,-z,now
 ../../scripts/nukeversion
 rm -rf ../../$INSTALLDIR

Modified: branches/Cog/unixbuild/mtbldt/mvm
===================================================================
--- branches/Cog/unixbuild/mtbldt/mvm	2014-06-05 23:27:52 UTC (rev 2947)
+++ branches/Cog/unixbuild/mtbldt/mvm	2014-06-05 23:46:11 UTC (rev 2948)
@@ -19,7 +19,7 @@
 	--without-npsqueak \
 	CC="gcc -m32" \
 	CFLAGS="-g $OPT -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -DCOGMTVM=1 -DDEBUGVM=0" \
-	LIBS=-lpthread \
+	LIBS="-lpthread -luuid" \
 	LDFLAGS=-Wl,-z,now
 ../../scripts/nukeversion
 rm -rf ../../$INSTALLDIR



More information about the Vm-dev mailing list