Welcome, Guest. Please login or register.

Author Topic: AmiDevCpp and Floats  (Read 1638 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: AmiDevCpp and Floats
« on: January 19, 2006, 03:43:22 PM »
Ok, it appears to work for me under MorphOS aswell.



My guess is that you forgot -noixemul and that you have some old and incompatible ixemul.library installed.

Try adding -noixemul if you didn't already.

Another option: You have some weird libnix stdio that uses dos.library Printf or exec.library RawDoFmt for printf. dos and exec don't know about %f...