Re: latest cvs: no make install-strip

2002-04-07 Thread Lars Gullik Bjønnes
Herbert Voss <[EMAIL PROTECTED]> writes: | what goes wrong?? my fault... Use "make -k install" The problem is that "makefile" overrides "Makefile" -- Lgb

Re: latest cvs: no make install-strip

2002-04-07 Thread Herbert Voss
1 > make[3]: Leaving directory `/home/voss/lyx-devel.neu/src/frontends' > make[2]: *** [install-recursive] Error 1 > make[2]: Leaving directory `/home/voss/lyx-devel.neu/src' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/home/voss/lyx-devel.neu&#x

latest cvs: no make install-strip

2002-04-07 Thread Herbert Voss
me/voss/lyx-devel.neu/src/frontends' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/home/voss/lyx-devel.neu/src' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/voss/lyx-devel.neu' make: *** [install-strip] Error 2 -- http://www.lyx.org/help/

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="

install-strip

2000-06-08 Thread Garst R. Reese
For the benefit of those with limited machine capacity, wouldn't it make more sense to have a --disable-debug flag in the configure script so that the -g does not go in the compile flags? Garst

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