More details: MTKPP configure actually does choke under cygwin, but
exits with no status (hence 0), so Amber configure doesnt think
anything is wrong.
The issue is on line 16654 of mtkpp/configure:
*) platform=UNKNOWN
is_unknown=yes
echo 'ERROR: this platform is not supported at this time!'
exit ;;
That should be changed to 'exit 1'.
-Dan
On Wed, Mar 21, 2012 at 2:35 PM, Ben Roberts <ben.roberts.geek.nz> wrote:
> I can't recall. I did vaguely remember that MTK++ caused the build to choke on Cygwin many moons ago. I know I didn't do anything to make it work. Can Martin or anyone else offer any comment?
>
> On 22/03/2012, at 9:29 AM, Daniel Roe wrote:
>
>> I can confirm this bug. It seems that under cygwin no Makefile is
>> generated, hence 'make' has no targets and fails. Not sure why this
>> happens yet, looking into it.
>>
>> Last time around MTKPP was disabled for '-cygwin' since it never
>> compiled. At what point was it re-enabled? Did anyone actually get it
>> working?
>>
>> -Dan
>>
>> On Wed, Mar 21, 2012 at 2:19 PM, Wu, Xiongwu (NIH/NHLBI) [E]
>> <wuxw.nhlbi.nih.gov> wrote:
>>
>>> I attach the config.log from AmberTools/src/mtkpp here. I cannot see anything wrong with it.
>
>
> _______________________________________________
> 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 Wed Mar 21 2012 - 14:00:03 PDT