trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: June 2012

Re: [trinity-devel] Suspect debugging symbols

From: Darrell Anderson <humanreadable@...>
Date: Mon, 18 Jun 2012 12:34:24 -0700 (PDT)
> > > Are those "dev/shm" references normal or am I doing something wrong
> > > with creating my debugging symbol packages?
> > 
> > It could be rpath references. Last time I built Trinity Qt3
> > (for 3.5.13) my Qt3 package was f*cked up with /tmp/*
> rpaths.
> 
> Thanks. Does that mean I should build all packages with
> rpath explicitly disabled?
> 
> cmake:
> -DCMAKE_SKIP_RPATH=OFF
> 
> automake:
> --disable-rpath
> 

By the way, in all of my Trinity builds I set LD_LIBRARY_PATH=/opt/trinity/lib:/opt/trinity/lib/trinity. Does that make a difference?

Darrell