Re: Build/Makefile question

2012-10-30 Thread Caroline Tice
I should have mentioned sooner, but thanks, that fixed my problem! -- Caroline cmt...@google.com On Mon, Oct 29, 2012 at 10:34 AM, Ian Lance Taylor wrote: > On Mon, Oct 29, 2012 at 10:24 AM, Caroline Tice wrote: >> >> Actually, I did have to edit the Makefile.in slightly. When I >> generate i

Re: Build/Makefile question

2012-10-29 Thread Ian Lance Taylor
On Mon, Oct 29, 2012 at 10:24 AM, Caroline Tice wrote: > > Actually, I did have to edit the Makefile.in slightly. When I > generate it with automake, it automatically adds the lines: > > libvtv_init_la_LIBADD = > libvtv_init_la_SOURCES = libvtv_init.c > libvtv_init_la_OBJECTS = libvtv_init.lo > l

Re: Build/Makefile question

2012-10-29 Thread Caroline Tice
On Mon, Oct 29, 2012 at 7:55 AM, Michael Matz wrote: > Hi, > > On Sat, 27 Oct 2012, Ian Lance Taylor wrote: > >> On Sat, Oct 27, 2012 at 1:45 PM, Caroline Tice wrote: >> > Ian Tayler (in private communication) asked that I get the part of the >> > build log that shows the .so and .a files being b

Re: Build/Makefile question

2012-10-29 Thread Michael Matz
Hi, On Sat, 27 Oct 2012, Ian Lance Taylor wrote: > On Sat, Oct 27, 2012 at 1:45 PM, Caroline Tice wrote: > > Ian Tayler (in private communication) asked that I get the part of the > > build log that shows the .so and .a files being built and send it to > > the list. Here it is. > > I see the p

Re: Build/Makefile question

2012-10-27 Thread Ian Lance Taylor
On Sat, Oct 27, 2012 at 1:45 PM, Caroline Tice wrote: > Ian Tayler (in private communication) asked that I get the part of the > build log that shows the .so and .a files being built and send it to > the list. Here it is. I see the problem. libstdc++/libsupc++/Makefile.am overrides the default

Re: Build/Makefile question

2012-10-27 Thread Caroline Tice
Ian Tayler (in private communication) asked that I get the part of the build log that shows the .so and .a files being built and send it to the list. Here it is. -- Caroline Tice cmt...@google.com /bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /usr/local/google2/cmtice/gcc-fs

Re: Build/Makefile question

2012-10-26 Thread Ian Lance Taylor
On Fri, Oct 26, 2012 at 3:25 PM, Caroline Tice wrote: > Ok, here are the patches for the Makefile.am and Makefile.in files. I > am also having trouble with the following issue: I need to make sure > that one of the new libraries is linked in with libstdc++ when > libstdc++ gets built. I have no

Re: Build/Makefile question

2012-10-26 Thread Caroline Tice
Ok, here are the patches for the Makefile.am and Makefile.in files. I am also having trouble with the following issue: I need to make sure that one of the new libraries is linked in with libstdc++ when libstdc++ gets built. I have not been able to successfully figure out where exactly is the com

Re: Build/Makefile question

2012-10-26 Thread Ian Lance Taylor
On Fri, Oct 26, 2012 at 10:58 AM, Caroline Tice wrote: > > I am working on a patch (which I hope to be able to submit in the next > few days), and I have run into a snag that I am hoping someone can > help me with. > > As part of this patch, I am trying to build two new *.a (static > archive) libr

Build/Makefile question

2012-10-26 Thread Caroline Tice
Hello, I am working on a patch (which I hope to be able to submit in the next few days), and I have run into a snag that I am hoping someone can help me with. As part of this patch, I am trying to build two new *.a (static archive) libraries in libstdc++-v3/libsupc++. I have modified Makefile.am