
Steps on New Zeto to Recompile nuagate:

.) ld says it cannot find -lGL

.) dont have ldconfig ?

.) /usr/X11R6/lib64/libGL.so exists, 
	and points to /usr/X11R6/lib64/libGL.so.340.96

.) /usr/X11R6/lib/libGL.so exists, 
	and points to /usr/X11R6/lib/libGL.so.340.96 (distinct)

===============================================================
.) YaST:  added mesa-dev

.) Now also have:
	.) /usr/lib64/libGL.so
	.) /usr/lib/libGL.so which points to
		/usr/lib64/libGL.so.1.2.0

==============================================================
.) repaired PATH in ".alias"

.) now rgate compiles & runs.

.) added zlib-dev

.) now oagate compiles & runs.

=========================================================

.) nuagate does not run (adagate_gnu)...
	missing /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found
	but required by libsfml-audio.so.2.3

.) lcmp.sh compiles with no errors but exe wont run (same reason)
.) xcmp.sh, ycmp.sh : same
=======================================
.) replaced sfml libs with those compiled on zeto1 (leap42.1)
	audio=139K=good.  Lets call zeto-opensuse-13.2 : zeto2
	(note:  previous libs were downloaded directly  from SFML website
	and were pre-compiled by SFML for linux : audio=141K=bad)
.) now exe runs fine (produced by ycmp.sh BEFORE sfml lib replacement)
	and again after rerunning ycmp.sh, xcmp.sh, lcmp.sh
	...not sure what this means???
.) And...these good libs run on the gateway too, although a
	recompilation [w/new libs] was necessary to quiet minor
	complaints printed to the console.


