This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

Re: abs(int) missing


Steven King wrote:
> 
> On Fri, 18 Aug 2000, Levente Farkas wrote:
> 
> >
> > how can I do that ? recompile gcc with --enable-cshadow-headers ?
> 
>    I dont think thats neccessary if you just want more compliant std::
> headers; all you should need to do (if the normal configuration doesnt do this
> already) is copy $(src_dir)/shadow to where ever you installed the header
> files, but you do need to manually add the -I $(install_dir)/shadow to the
> command line (even if you configure with --enable-cshadow-headers you still
> have to do this) OR if you want to live dangerously, you might try copying the
> shadow/bits/* over the old bits/* which would mean you wouldnt need the -I
> shadow any more.

uhhm, it's a bit difficult for me. so what is the "right way" solution ?
Benjamin? you opinion ?

ps. if I add -I/usr/include/g++-v3/shadow than everything is broken.

 -- Levente                           http://petition.eurolinux.org/index_html
 "The only thing worse than not knowing the truth is
  ruining the bliss of ignorance."

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