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
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
> 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
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
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
> "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
| > 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: ;
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
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
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
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
11 matches
Mail list logo