This is the mail archive of the libstdc++@gcc.gnu.org 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]
Other format: [Raw text]

Re: Patch to update libtool in GCC and binutils trees


* Steve Ellcey wrote on Fri, Mar 30, 2007 at 07:47:36PM CEST:
> 
> I still have a problem when testing libstdc++.  On IA64 HP-UX, when
> testing in 64 bit mode, I look at
> obj_gcc/ia64-hp-hpux11.23/hpux64/libstdc++-v3/testsuite/Makefile
> 
> and I see:
> 
> CXX =  /proj/opensrc/nightly/build-ia64-hp-hpux11.23-trunk/obj_gcc/./gcc/xgcc -shared-libgcc -B/proj/opensrc/nightly/build-ia64-hp-hpux11.23-trunk/obj_gcc/./gcc -nostdinc++ -L/proj/opensrc/nightly/build-ia64-hp-hpux11.23-trunk/obj_gcc/ia64-hp-hpux11.23/libstdc++-v3/src -L/proj/opensrc/nightly/build-ia64-hp-hpux11.23-trunk/obj_gcc/ia64-hp-hpux11.23/libstdc++-v3/src/.libs -B/proj/opensrc/nightly/gcc-ia64-hp-hpux11.23-trunk/ia64-hp-hpux11.23/bin/ -B/proj/opensrc/nightly/gcc-ia64-hp-hpux11.23-trunk/ia64-hp-hpux11.23/lib/ -isystem /proj/opensrc/nightly/gcc-ia64-hp-hpux11.23-trunk/ia64-hp-hpux11.23/include -isystem /proj/opensrc/nightly/gcc-ia64-hp-hpux11.23-trunk/ia64-hp-hpux11.23/sys-include
> 
> The problem is:
> 
> 	-L/proj/opensrc/nightly/build-ia64-hp-hpux11.23-trunk/obj_gcc/ia64-hp-hpux11.23/libstdc++-v3/src
> 	-L/proj/opensrc/nightly/build-ia64-hp-hpux11.23-trunk/obj_gcc/ia64-hp-hpux11.23/libstdc++-v3/src/.libs
> 
> These don't have the 'hpux64' multilib directory inserted between
> ia64-hp-hpux11.23 and libstdc++-v3.  When I do a build/test with the old
> libtool the hpux64 directory is there.
> 
> Any idea on where this is going wrong?

could you post the difference of the toplevel Makefile and config.log
files with old/new libtool?  AFAICS these lines get added there, but
I don't see yet how Libtool comes into play for this difference.

Thanks, and please Cc: me on replies,
Ralf


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