Thanks Sergio, I think this is going to take me a few days to get things going. I installed OpenSolaris today but am having trouble working with pkg. I stopped an install of SUNWgcc and now am getting stuck trying to install as it says file found. Anyways, means it may take me a little time to find my way around and learn a few things. Thanks! steven On Sat, Mar 22, 2008 at 4:40 PM, cochedelaferte wrote: > > Hi Steven, > > Just some little things to make easier the Csoound build under Solaris : > > > 1) my libCsoundLibs in Sconstruct (line 627), to avoid several undefined > symbols : > > libCsoundLibs = [csoundLibraryName, 'sndfile', 'socket', 'nsl', 'resolv', > 'posix4'] > > Also, remove the line 388 : the -mthreads option isn't recognized by our > gcc. > > > 2) what i added to my custom.py : > > else: > platform = 'solaris' > customCPPPATH.append('/usr/pkg/include') > customCPPPATH.append('/usr/pkg/include/python2.4') > customLIBPATH.append('/usr/pkg/lib') > customLIBPATH.append('/usr/lib/amd64') > customLIBPATH.append('/lib/amd64') > customCXXFLAGS.append('-fpic') > > (The standard Python in Solaris is in 32 bits, i used for 64 bits this from > pkgsrc) > > Hope you will find something useful in all that... > > Cheers, > > Sergio > > > > -- > View this message in context: http://www.nabble.com/Re%3A-Plugins-not-loading-on-Solaris-tp16082002p16229045.html > > > Sent from the Csound - General mailing list archive at Nabble.com. > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" >