On Fri, May 22, 2009 at 23:34, Philip Brown <[email protected]> wrote: > On Fri, May 22, 2009 at 10:12:37PM +0200, rupert THURNER wrote: >> hi, >> >> while trying to easy_install python apps, i fell over a problem with >> the path mike used for compiling python: /opt/studio/.. . this is a >> problem for filesystems like ours which uses a readonly /opt. > > ?? > > why is that a problem? > > > hm. it appears from the newsgroup reference, that you are specifically > complaining, that python has somehow hardcoded in its configs, > CC=/full/path/to/cc > instead of a nice simple > > CC=cc
the "problem" if you want to call it like this is that easy_install uses the settings out of the python compilation makefile as default. it would be nicer if the default, i.e. the way python is compiled, uses a compiler within /opt/csw to make it easy to duplicate it on a opencsw client site, where other paths outside /opt/csw are not necessarily writable. i do not know why genshi, and mercurial need the LD_LIBRARY_PATH set to /opt/csw/lib to be easy_installed at our site though. rupert. _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
