autoconf
[Top][All Lists]
Advanced

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

Re: conftest files


From: Christopher Hulbert
Subject: Re: conftest files
Date: Tue, 15 Aug 2006 17:19:38 -0400

On 8/13/06, Stepan Kasal <address@hidden> wrote:
Hello,

> >On Fri, Aug 11, 2006 at 08:52:00AM -0400, Christopher Hulbert wrote:
> >> information, so the PGI compiler creates some updated IPA information
> >> for the conftest. When testing for the next library compiled without
> >> IPA information, it doesn't overwrite the original IPA file and gets
> >> an undefined symbol resulting from the first library.

at the end of AC_LINK_IFELSE (formerly AC_TRY_LINK), the generated
files are deleted.  What is the name of the filei(s) with IPA
information?  Perhaps it should be deleted, too.

Sorry for the late reply, I've been trying to finish a presentation.

I guess the problem from an autoconf standpoint is it's compiler
dependent and even file dependent. In this case the filename is
conftest_ipa8_conftest.oo. The lastpart is the name of the output
executable (conftest). The 8 is the length of the executable filename.
The extension .oo is the optimized object file so that linking *.o
wouldn't pull in the ipo optimized objects.

I don't get any problems with the intel compiler as it just creates
temporary objects, so I would just consider this an oddball PGI thing.


Have a nice day,
        Stepan Kasal


_______________________________________________
Autoconf mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/autoconf





reply via email to

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