Re: LC_COLLATE vs. tr on osf/1

2000-07-25 Thread Akim Demaille
Paul, may I ask you what you think about this? | Akim Demaille <[EMAIL PROTECTED]> writes: | > Wow! Thanks! Could you give more details on the failure? This is to | > include it in the Autoconf documentation: | | It expands the range into a collatable range, and there are more | characters i

FW: autoconf doesn't find includedir correctly

2000-07-25 Thread McDermott, Alastair
Hi there, I have a problem with autoconf running under cygwin and was recommended to ask you about this. Apologies if this is an FAQ but I have rtfm'd without luck - can you point me in the right direction? The issue is that autoconf seems to be ignoring the includedir and parameters that I pas

Re: aclang.m4 problem (Cygwin + VC++)

2000-07-25 Thread Martin Wilck
> Do all the compiler require an input file name? Can't we use stdin + > #line? Most compilers do not read from stdin. Also, be careful with #line - the syntax is not 100% standardized, some compilers do not understand #line directives generated by GNU cpp, for example. I'd really like to know

Re: aclang.m4 problem (Cygwin + VC++)

2000-07-25 Thread Martin Wilck
Dear Alexandre Oliva, you wrote on Yesterday: > Not really. This should be enough: > > .$(CXXEXT).o: ; $(CXX) $(CXXFLAGS) -c $< -o $@ > .cc.cpp: ; $(LN_S) $@ $< > .cc.cxx: ; $(LN_S) $@ $< > .cc.C: ; $(LN_S) $@ $< Are you certain ?? This didn't work for my .F/.f stuff, because the first rtule

Re: aclang.m4 problem (Cygwin + VC++)

2000-07-25 Thread Thomas E. Dickey
On Tue, 25 Jul 2000, Martin Wilck wrote: > > Do all the compiler require an input file name? Can't we use stdin + > > #line? > > Most compilers do not read from stdin. Also, be careful with #line - > the syntax is not 100% standardized, some compilers do not understand > #line directives genera

Re: aclang.m4 problem (Cygwin + VC++)

2000-07-25 Thread Akim Demaille
> "Martin" == Martin Wilck <[EMAIL PROTECTED]> writes: Martin> I'd really like to know why at all compilers are so picky Martin> about file suffixes - if a file has correct syntax, what the Martin> heck does the suffix matter? Maybe because they are actually drivers, as I think gcc is, and a

Re: aclang.m4 problem (Cygwin + VC++)

2000-07-25 Thread Akim Demaille
| > This is doable within .foo.bar rule, I was referring to the fact that | > your suggestion needs an explicit rule for each object file. | | Not really. This should be enough: | | .$(CXXEXT).o: ; $(CXX) $(CXXFLAGS) -c $< -o $@ | .cc.cpp: ; $(LN_S) $@ $< | .cc.cxx: ; $(LN_S) $@ $< | .cc.C: ;

sample configure.in for ACE toolkit

2000-07-25 Thread allen
I'm new to the world of autoconf and was wondering if anyone had a sample configure.in for configuring projects with the ACE libraries. many thanks in advance, -allen

Re: aclang.m4 problem (Cygwin + VC++)

2000-07-25 Thread Alexandre Oliva
On Jul 25, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote: > sometimes I believe the end user should learn to use his tools Yup. But if we can help developers help users use their tools easily, why not? I mean, since the developer must support CXXEXT in Makefiles, using say AC_CXXEXT in configu

Re: Autoconf support for bounds checking?

2000-07-25 Thread Greg McGary
Paul Eggert <[EMAIL PROTECTED]> writes: > Here are more details about the scenario that I was thinking of. > Suppose the actual function's signature is `char *F (void);' but F > exists only in the non-BP library. 'configure' will compile a > declaration `char F ();' in BP mode. My understanding

Aide...

2000-07-25 Thread jquantin
Bonjours, Je travail en ce momemt á Tokyo sur un projet de portage. Etudiant, mon rôle est de porter un logiciel multimédia develloppé pour Solaris sous Linux. Biensur, je veux utiliser Autoconf, mais comment reperer les librairies solaris des autres et comment proceder. l'autoscan ? éditer le co