Re: make install-strip again

2000-06-26 Thread Jean-Marc Lasgouttes
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: Garst> I tried it. It fails. It bails out when it cannot strip Garst> something. In particular reLyX. Anything after that, e.g., man Garst> pages, does not get installed. Garst This is a bad interaction between automake and fileutils-4.x

Re: make install-strip again

2000-06-09 Thread Angus Leeming
Garst> > Here's what I would do (as in the RPM spec file): Garst> > CXXFLAGS="-O2" CFLAGS="-O2" ./configure --prefix=/usr Garst> > And then the make happens without the debug flag. Garst> I used to do that, but then it got more complicated with the Garst> no-exceptions, no-rtii flags (or

Re: make install-strip again

2000-06-08 Thread Garst R. Reese
"Kayvan A. Sylvan" wrote: > > On Fri, Jun 09, 2000 at 12:34:25AM -0300, Garst R. Reese wrote: > > I tried it. It fails. It bails out when it cannot strip something. In > > particular reLyX. Anything after that, e.g., man pages, does not get > > installed. > > Garst > > Here's what I would do (as

Re: make install-strip again

2000-06-08 Thread Kayvan A. Sylvan
On Fri, Jun 09, 2000 at 12:34:25AM -0300, Garst R. Reese wrote: > I tried it. It fails. It bails out when it cannot strip something. In > particular reLyX. Anything after that, e.g., man pages, does not get > installed. > Garst Here's what I would do (as in the RPM spec file): CXXFLAGS="

make install-strip again

2000-06-08 Thread Garst R. Reese
I tried it. It fails. It bails out when it cannot strip something. In particular reLyX. Anything after that, e.g., man pages, does not get installed. Garst