This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: libstdc-v3: portability of 'ar' w/o file list?


>>>>> "Robert" == Robert Lipe <robertlipe@usa.net> writes:

    Robert> Before you run me off to another list, hear me out. :-)

    Robert> On three different system that I've tried,
    Robert> libstdc++-v3/libio tries to run the following commands:

It looks to me like libtool should be fixed to handle this case.
After all, if libtool is supposed to make other systems behave in a
GNU-ish way, then this is something it should take care of.

Another option would be to conditionalize the definition of SUBDIRS in
libstdc++-v3/Makefile.am to not even include libio when
GLIBCPP_NEED_LIBIO and GLIBCPP_NEED_WLIBIO are turned off.  I don't
know if automake handles that, though.

Alexandre, would you mind helping Robert with this?

Thanks,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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