Re: ML-Branch and static constructors

2000-08-26 Thread Alexandre Oliva
On Aug 25, 2000, [EMAIL PROTECTED] wrote: > This never works using libtool. However just doing "c++ `find . -name > *.cpp`" does the trick. > Any glue what is going on? What is the link command used by libtool? -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat G

First Annual Linux User's Training Conference and Awards Presentation

2000-08-26 Thread David Dickson
Title:   To:      [EMAIL PROTECTED]   First Annual Linux Users' Training Conference And Awards Presentation “New Enterprise Solutions Through Linux” October 30, 2000 Ronald Reagan Building and International Trade

Re: ML-Branch and static constructors

2000-08-26 Thread jan . gentsch
After a bit more experimentation I can come up with the following. A simple singelton works. That is good. What I am trying to implement though is a factory setup along these lines: /** * Humans are quite simple */ class IHuman { public: virtual string sayHello() = 0; }; /** * is an a

Re: CVS libtool incompatability with IRIX compiler

2000-08-26 Thread Gary V. Vaughan
On Fri, Aug 25, 2000 at 08:52:55PM -0500, Bob Friesenhahn wrote: > On Sat, 26 Aug 2000, Gary V. Vaughan wrote: > > > > Sounds good to me. In order to not penalise IRIX developers, I guess > > libtool should continue to discard -LANG:foo and friends, except on > > IRIX. That would make it safe t