help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: configure: how to skip a test?


From: llewelly
Subject: Re: configure: how to skip a test?
Date: Thu, 06 May 2004 07:42:24 -0600
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (berkeley-unix)

"Andreas Sch." <no_reply@yahoo.com> writes:

> Hi!
>
> I'd like to use the autoconf/automake/configure tools
> for a project which uses SystemC.
> SystemC is a hardware description language based on
> C++ and comes with a simulation library which has
> the symbol "main" built-in.
>
> When I run configure a test is performed to determine
> if the C++ compiler can create executables. Since the
> test includes a source with its own main the linker
> complains having multiple definitions of it.
>
> I could simply modify the configure script and remove
> all those tests but would prefer a more elegant solution.
> Does anybody know how to prevent configure from
> doing these tests (or allowing them to fail)?
>
> Thanks for any pointers!
> Andreas Schallenberg
>
> P.S.: If there is a news group which is more on-topic,
> please tell me. I found none.

Not a newsgroup, but see
http://www.gnu.org/software/autoconf/#TOCmailinglists , specifically
the autoconf mailing list autoconf at gnu dot org .


reply via email to

[Prev in Thread] Current Thread [Next in Thread]