On Jan 28, 2008 2:27 PM, Giambattista Bloisi <[EMAIL PROTECTED]> wrote: > Hi, > I would like to point a few changes I made to StartRootless. Perhaps > some of them could be merged with the trunk. Others may be just my > mistakes :-P > > 1) Add python 2.5 site-packages: > export > PYTHONPATH=${goboPrefix}/System/Links/Libraries/python2.5/site-packages:${goboPrefix}/System/Links/Libraries/python2.4/site-packages:${goboPrefix}/System/Links/Libraries/python2.3/site-packages${PYTHONPATH:+:$PYTHONPATH} > > 2) Add Executables to PATH > export PATH="${goboPrefix}/System/Links/Executables${PATH:+:$PATH}" > > 3) Tell to gcc where to look for headers and libraries in the rootless > environment > export > C_INCLUDE_PATH="${goboPrefix}/System/Links/Headers${C_INCLUDE_PATH:+:C_INCLUDE_PATH}" > export > LIBRARY_PATH="${goboPrefix}/System/Links/Libraries${LIBRARY_PATH:+:LIBRARY_PATH}" > > 4) Apparently needed just to build python > export LDFLAGS="-L${goboPrefix}/System/Links/Libraries ${LDFLAGS}" > export CPPFLAGS="-I${goboPrefix}/System/Links/Headers ${CPPFLAGS}"
2 and 3 are already done in System/Settings/bashrc - assuming you Compile bash inside Rootless. If you do not Compile bash, then these settings will fall through the cracks in Rootless. In the past I have advocated for similar additions to StartRootless to fill cracks in Rootless. At first glance these all look like good candidates for addition to StartRootless, IMO. -mpb _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel