What I'm trying to do is the following:

I have a couple of cross compilers in a non default place. To avoid setting
LD_LIBRARY_PATH to find libgmp and libmpfr I used static ones until now.

Now ppl and cloog are coming in to play for trunk. Using static libraries for
all the four liberaries doesn't work for me (bootstrap failure, undefined
references).

So I wan't to pass LDFLAGS="-Wl, -rpath, /somedir" to stage3 to link gcc, cpp,
etc. with the rpath information. So it would be possible to use shared libraries
without setting LD_LIBRARY_PATH.


-- 
Mit freundlichen Grüßen / Best Regards

Dipl.-Ing. Rainer Emrich
Dept. Manager IT/Softwareentwicklung
TECOSIM Technische Simulation GmbH
Ferdinand-Stuttmann-Straße 15
D-65428 Rüsselsheim
Phone  +49 (0) 6142 8272-330
Fax    +49 (0) 6142 8272-249
Mobile +49 (0) 163 5694920
www.tecosim.com
best partner for simulation
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

TECOSIM Technische Simulation GmbH, Rüsselsheim
Firmensitz: Ferdinand-Stuttmann-Straße 15, 65428 Rüsselsheim
Registergericht: Amtsgericht Darmstadt, HRB 83704
Geschäftsführer: Udo Jankowski, Jürgen Veith

Reply via email to