Re: [AMBER-Developers] final (!?!) release candidate for AmberTools1.5

From: Daniel Roe <daniel.r.roe.gmail.com>
Date: Tue, 12 Apr 2011 12:57:30 -0400

OK, so it appears that under cygwin, mtkpp configuration fails
silently. ./configure -cygwin gnu gets me:
...
Configuring MTK++ (may be time-consuming)...

    MTK++-0.2.0 configure succeeded.

The configuration file, config.h, was successfully created.
...

However, looking inside mtkpp_config.log shows (right at the end):
...
checking for gcc option to accept ISO C89... (cached) none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
ERROR: this platform is not supported at this time!

I think the reason AmberTools/configure does not pick this up as an
error is that there is no error code given with the corresponding exit
statement in mtkpp/configure:
...
*) platform=UNKNOWN
        is_unknown=yes
        echo 'ERROR: this platform is not supported at this time!'
        exit ;;
...

So, we can change the mtkpp/configure script to exit with an error
status at that point, and/or just modify AmberTools/configure for no
mtkpp with '-cygwin' specified. My vote is for both.

-Dan


On Tue, Apr 12, 2011 at 11:42 AM, Jason Swails <jason.swails.gmail.com> wrote:
> Aye.  Worst case scenario, we just add -cygwin to the list of flags that
> prevents mtkpp from building...
>
> --Jason
>
> On Tue, Apr 12, 2011 at 8:36 AM, Daniel Roe <daniel.r.roe.gmail.com> wrote:
>
>> Compilation fails for mtkpp on cygwin (CYGWIN_NT-5.1 formula409
>> 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin):
>> (cd mtkpp/tests && make create )
>> make[1]: Entering directory
>> `/home/Dan/Amber/RC/amber11/AmberTools/src/mtkpp/tests'
>> make[1]: *** No rule to make target `create'.  Stop.
>> make[1]: Leaving directory
>> `/home/Dan/Amber/RC/amber11/AmberTools/src/mtkpp/tests'
>> make: *** [install_mtkpp] Error 2
>>
>> I am investigating the error now.
>>
>> -Dan
>>
>> On Sun, Apr 10, 2011 at 1:59 PM, case <case.biomaps.rutgers.edu> wrote:
>> > This is your last chance...only serious deficiencies will be accepted for
>> > change:
>> >
>> >    http://ambermd.org/downloads/AmberTools.10apr11.tar.bz2
>> >
>> > ....dac
>> >
>> >
>> > _______________________________________________
>> > AMBER-Developers mailing list
>> > AMBER-Developers.ambermd.org
>> > http://lists.ambermd.org/mailman/listinfo/amber-developers
>> >
>>
>> _______________________________________________
>> AMBER-Developers mailing list
>> AMBER-Developers.ambermd.org
>> http://lists.ambermd.org/mailman/listinfo/amber-developers
>>
>
>
>
> --
> Jason M. Swails
> Quantum Theory Project,
> University of Florida
> Ph.D. Candidate
> 352-392-4032
> _______________________________________________
> AMBER-Developers mailing list
> AMBER-Developers.ambermd.org
> http://lists.ambermd.org/mailman/listinfo/amber-developers
>

_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Tue Apr 12 2011 - 10:00:02 PDT
Custom Search