This is the mail archive of the gsl-discuss@sourceware.cygnus.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ["Khimenko Victor" <khim@sch57.msk.ru>] Can not compile some GSL-based programs with SHARED GLIBC 2.1.1


I have made the same change from __setfpucw to _FPU_SETCW in the CVS.

 > I can not link some GSL-programs with SHARED GLIBC 2.1.1 ... I
 > tracked problem down to __setfpucw() function usage. __setfpucw is
 > in libc.a but not in libc.so.2.2.1 nor in libc_nonshared.a ...
 >  The question: who is wrong ? GSL or GLIBC ? Or may be I'm just
 > miscompiled GLIBC ? Looks like this function is now replaced with
 > macro _FPU_SETCW in fpu_control.h, but if this function is not
 > needed why it's in libc.a ?

 > Now know which one will be right :-/ For now I just changed GSL to
 > use _FPU_SETCW instead of __setfpucw ...

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]