> Suggest downloading a dvd iso and installing it from there!!! > Is this available from a repository as it seems quite a round about > route to install something which I know lots of people use?
There is an ISO image available for texlive. No idea whether the binaries will run on OpenSolaris. Check www.tug.org But tetex-src-3.0 does build on OpenSolaris b95 using Sun Studio 12. Motif is lesstif. I built it and t1lib from sources. duhring at maxwell:~$ which latex /opt/teTeX/bin/latex CFLAGS='-xO3 -m32 -xarch=native -I/usr/gnu/include' ./configure --prefix=/opt/teTeX \ --with-x --disable-multiplatform --with-xdvi-x-toolkit=motif \ --with-system-pnglib --with-pnglib-libdir=/usr/lib --with-pnglib-include=/usr/include \ --with-system-t1lib --with-t1lib-libdir=/usr/gnu/lib --with-t1lib-include=/usr/gnu/include \ --with-system-zlib --with-zlib-libdir=/usr/lib --with-zlib-include=/usr/include \ --with-system-gd --with-gd-libdir=/usr/lib --with-gd-include=/usr/include --without-xdvik Without Xaw headers xdvik cannot be built. This message posted from opensolaris.org