sed 4.0e (built with autoconf 2.59a) works on 45 platforms

2004-03-11 Thread Paolo Bonzini
A user was able to compile sed 4.0e on forty-odd platforms, including alphas and sparcs with their native compilers. As you may recall, I released it with an autoconf 2.59a-generated configure script. That's good news. What's still remaining for autoconf 2.60 to reach beta stage? Paolo

Re: How to avoid C compiler using -g

2004-03-11 Thread Jeff Fulmer
On Thu, Mar 04, 2004 at 05:20:34PM +0100, Jose Roman Bilbao wrote: > Hi all, > > I have noticed that, by default, the C compiler is using flag -g. What > should I indicate in configure.ac to avoid this issue?. > > Thanks > You could always rewrite the CFLAGS. if test -n "$GCC"; then CFLAGS="

Re: AC_CHECK problem

2004-03-11 Thread Paul Eggert
"Dmitry Katemirov" <[EMAIL PROTECTED]> writes: > Would you mind to answer one more question if possible? What's the best way > to ensure 64-bit build if a platform supports it? It'd be nice if someone added support for use-64-bit-pointers-if-available to Autoconf, much as AC_SYS_LARGEFILE added s

no degree, no problem

2004-03-11 Thread Queen Cantrell
Title: GET GET YOUR UNIVERSITY DIPLOMADo you want a prosperous future, increased earning powermore money and the respect of all?Call this number:  1-720-834-2989 (24 hours)  There are no requir

Re: How to avoid C compiler using -g

2004-03-11 Thread Bob Proulx
Jose Roman Bilbao wrote: > I have noticed that, by default, the C compiler is using flag -g. What > should I indicate in configure.ac to avoid this issue?. Set CFLAGS to something different if you prefer it. If you have a recent autoconf genenerated configure script then this should be done on th

INVITACION

2004-03-11 Thread www.omnilideres.com
Omnilideres te invita a participar de las juntas de oportunidad, El horario habitual de dichas juntas es: MARTES Y JUEVES a las 2:30 y 7:30 pm hora de colombia y los SABADOS a las 4 pm hora de COLOMBIA. ( - 5 gmt ) si no desea asistir, simplemente ignora este unico mensaje. cordialmente omnil

Gtk

2004-03-11 Thread Russell Shaw
Hi, Which configure.ac macro should i use for a gtk2 app? AM_PATH_GTK_2_0() PKG_CHECK_MODULES() AC_PATH_LIB() Is there redundancy here, or does one macro supercede the others? Why aren't the first two macros in the archive?: http://www.gnu.org/software/ac-archive/htmldoc/index.html

Re: AC_CHECK problem

2004-03-11 Thread Patrick Welche
On Thu, Mar 04, 2004 at 08:44:06PM +0200, Dmitry Katemirov wrote: > Hello there, > > I'm new with autoconf, got a problem with libs/headers checking macros. Once > I include in configure.am something like AC_CHECK_LIB, AC_HEADER_STDBOOL, > AC_CHECK_HEADERS([stdlib.h]), autoconf itself brings no er

Divulgação cadastramento em sites de busca: http://www.gueb.de/divulgueseusite

2004-03-11 Thread Marco Miranda
Tudo para divulgação de sites e homepages. Cadastramento em mecanismos de busca, email marketing, publicidade online, campanhas online, cadastro de sites, sites de busca, torne seu site um sucesso: http://www.gueb.de/divulgueseusite Tudo para divulgar seu site: Cadastramento em ferramentas de b

You and I know you're short... 5f7v6vyvnb

2004-03-11 Thread Ashley Chen
zygomaxillary zymogenes zonitid zoopathologist zygostyle zooter zucchinis zoonomist zoomorphize zoolater zonoid zoogenesis zoophytologist zoospore zootrophic zoom zoosporangia zwiebacks zonurid zymosans zoophysics zoological zoonosis zoophobes zootomically zorille zoophilite zygosporange zoopsych

More efficient than via-gra

2004-03-11 Thread Aimee D. Orr
Generic cialis (Regalis), at cheap prices. Most places charge $20, we charge $5. Quite a difference. Cialis is known as a Super-Víagra or Weekend-Víagra because its effects start sooner and last much longer. Shipped worldwide.Your easy-to-use solution is here: http://www.mega-health.net/cia/?oxyge

Get cheap via-gra

2004-03-11 Thread Orville Ferreira
Generic viagra, at cheap prices. Most places charge $20, we charge $3. Quite a difference, right? An amazing erection EVERY TIME is guaranteed to you! Go into sexual overdrive today... vrm! Shipped to the whole world.Your solution is here: http://www.mega-health.net/via/?oxygen - The lin

Re: disable -g flag

2004-03-11 Thread Ralf Corsepius
On Fri, 2004-03-05 at 12:23, JRBCAST wrote: > Hi, > > I have been trying to disable the -g flag that autoconf uses when > compiling my GNU project. I have tried --enable-debug=no --disable-debug > and none works. I have had a look at google and some questions but no > response... If you really wan

Re: disable -g flag

2004-03-11 Thread Patrick Welche
On Fri, Mar 05, 2004 at 12:23:50PM +0100, JRBCAST wrote: > Hi, > > I have been trying to disable the -g flag that autoconf uses when > compiling my GNU project. I have tried --enable-debug=no --disable-debug > and none works. I have had a look at google and some questions but no > response... I h

Re: disable -g flag

2004-03-11 Thread Tim Van Holder
JRBCAST wrote: Hi, I have been trying to disable the -g flag that autoconf uses when compiling my GNU project. I have tried --enable-debug=no --disable-debug and none works. I have had a look at google and some questions but no response... Can you help me? my configure.ac is: All the next just c

Re: disable -g flag

2004-03-11 Thread Roger Leigh
JRBCAST <[EMAIL PROTECTED]> writes: > I have been trying to disable the -g flag that autoconf uses when > compiling my GNU project. I have tried --enable-debug=no --disable-debug > and none works. I have had a look at google and some questions but no > response... make CFLAGS="" ? -- Roger Lei

Re: disable -g flag

2004-03-11 Thread Andreas Schwab
JRBCAST <[EMAIL PROTECTED]> writes: > Hi, > > I have been trying to disable the -g flag that autoconf uses when > compiling my GNU project. I have tried --enable-debug=no --disable-debug > and none works. I have had a look at google and some questions but no > response... > > Can you help me? $ .