> Von: Ulrich Weigand [mailto:[EMAIL PROTECTED]]

> Yes, that's a problem.  The issue here is that we still have some 64-bit
> distributions that have their (64-bit) libraries in /usr/lib, while
> others have them in /usr/lib64; whatever default gcc would
> use, it will always break on some distros ...

ok, that's a problem -- As I see LSB/FHS isn't very clear in that point :-(

> As a quick workaround, you can add the line
> #define MD_STARTFILE_PREFIX "/usr/lib64"
> to the file gcc/config/s390/s390x.h.

Thanks! That helps :-)

> This is not a complete solution, but it will work on /usr/lib64-style
> distros like SuSE.  (B.t.w. if you look into the SuSE gcc source RPM,
> you'll find a patch doing just that.)

Ooops -- I forgot to look there... %-{

ciao
Kurt

Reply via email to