Re: Compiling C++ without -g

2002-08-03 Thread Matt Zimmerman
On Sat, Aug 03, 2002 at 09:37:59PM +0200, Ove Kaaven wrote: > On Sat, 3 Aug 2002, Matt Zimmerman wrote: > > > > e.g. > > > AC_PROG_CXX calls _AC_PROG_CXX_G which if successful unconditionally > > > appends > > > "-g" to the command line. > > > > Try passing CFLAGS to configure, e.g. CFLAGS="-O

Re: KDE3 package

2002-08-03 Thread Bastian Kleineidam
Hi, On Sat, Aug 03, 2002 at 10:25:42PM +0200, Marc Leeman wrote: > btw, k3b is a full fledged graphical frontend for burning, composing, > copying CDs (data and audio) and even some tools for burning video to > CDs. btw, some graphics for k3b are from Ayo (http://www.73lab.com/), which is one of

KDE3 package

2002-08-03 Thread Marc Leeman
Well, my previous package (problems and all) seems to get approval of my mentor, so I thought it was time to start thinking about me second package. My reasoning is that I never package anything that I do not use or am not interested in (just a matter of still spending enough times when work is ge

Re: Compiling C++ without -g

2002-08-03 Thread Ove Kaaven
On Sat, 3 Aug 2002, Matt Zimmerman wrote: > On Sat, Aug 03, 2002 at 03:00:41PM +0100, Will Newton wrote: > > > Is there a way to prevent autoconf from appending "-g" to every g++ command > > line? I really want to reduce the diskspace and CPU time required to build > > my > > package, but aut

Re: Compiling C++ without -g

2002-08-03 Thread Matt Zimmerman
On Sat, Aug 03, 2002 at 09:37:59PM +0200, Ove Kaaven wrote: > On Sat, 3 Aug 2002, Matt Zimmerman wrote: > > > > e.g. > > > AC_PROG_CXX calls _AC_PROG_CXX_G which if successful unconditionally appends > > > "-g" to the command line. > > > > Try passing CFLAGS to configure, e.g. CFLAGS="-O2" ./c

Re: KDE3 package

2002-08-03 Thread Bastian Kleineidam
Hi, On Sat, Aug 03, 2002 at 10:25:42PM +0200, Marc Leeman wrote: > btw, k3b is a full fledged graphical frontend for burning, composing, > copying CDs (data and audio) and even some tools for burning video to > CDs. btw, some graphics for k3b are from Ayo (http://www.73lab.com/), which is one of

KDE3 package

2002-08-03 Thread Marc Leeman
Well, my previous package (problems and all) seems to get approval of my mentor, so I thought it was time to start thinking about me second package. My reasoning is that I never package anything that I do not use or am not interested in (just a matter of still spending enough times when work is g

Re: Compiling C++ without -g

2002-08-03 Thread Matt Zimmerman
On Sat, Aug 03, 2002 at 03:00:41PM +0100, Will Newton wrote: > Is there a way to prevent autoconf from appending "-g" to every g++ command > line? I really want to reduce the diskspace and CPU time required to build my > package, but autoconf seems to assume if you have g++ you have to have "-g"

Re: Compiling C++ without -g

2002-08-03 Thread Ove Kaaven
On Sat, 3 Aug 2002, Matt Zimmerman wrote: > On Sat, Aug 03, 2002 at 03:00:41PM +0100, Will Newton wrote: > > > Is there a way to prevent autoconf from appending "-g" to every g++ command > > line? I really want to reduce the diskspace and CPU time required to build my > > package, but autocon

Re: Compiling C++ without -g

2002-08-03 Thread Matt Zimmerman
On Sat, Aug 03, 2002 at 03:00:41PM +0100, Will Newton wrote: > Is there a way to prevent autoconf from appending "-g" to every g++ command > line? I really want to reduce the diskspace and CPU time required to build my > package, but autoconf seems to assume if you have g++ you have to have "-g

Re: Debconf questions and purge

2002-08-03 Thread Jérôme Marant
Raphael Hertzog <[EMAIL PROTECTED]> writes: > Le Fri, Aug 02, 2002 at 12:23:07PM -0400, Joey Hess écrivait: >> > A same kind of problem is likely to happen for the conffiles and other >> > non-conffiles configuration files that I move from wwsympa to sympa >> > and that are been removed in w

Re: Debconf questions and purge

2002-08-03 Thread Raphael Hertzog
Le Fri, Aug 02, 2002 at 12:23:07PM -0400, Joey Hess écrivait: > > A same kind of problem is likely to happen for the conffiles and other > > non-conffiles configuration files that I move from wwsympa to sympa > > and that are been removed in wwsympa postrm. > > I'm afraid you're on your own

Compiling C++ without -g

2002-08-03 Thread Will Newton
Is there a way to prevent autoconf from appending "-g" to every g++ command line? I really want to reduce the diskspace and CPU time required to build my package, but autoconf seems to assume if you have g++ you have to have "-g" also. e.g. AC_PROG_CXX calls _AC_PROG_CXX_G which if successful

Re: Debconf questions and purge

2002-08-03 Thread Jérôme Marant
Raphael Hertzog <[EMAIL PROTECTED]> writes: > Le Fri, Aug 02, 2002 at 12:23:07PM -0400, Joey Hess écrivait: >> > A same kind of problem is likely to happen for the conffiles and other >> > non-conffiles configuration files that I move from wwsympa to sympa >> > and that are been removed in

Re: Debconf questions and purge

2002-08-03 Thread Raphael Hertzog
Le Fri, Aug 02, 2002 at 12:23:07PM -0400, Joey Hess écrivait: > > A same kind of problem is likely to happen for the conffiles and other > > non-conffiles configuration files that I move from wwsympa to sympa > > and that are been removed in wwsympa postrm. > > I'm afraid you're on your own

Compiling C++ without -g

2002-08-03 Thread Will Newton
Is there a way to prevent autoconf from appending "-g" to every g++ command line? I really want to reduce the diskspace and CPU time required to build my package, but autoconf seems to assume if you have g++ you have to have "-g" also. e.g. AC_PROG_CXX calls _AC_PROG_CXX_G which if successful