wufuyue / yaffs2utils

Automatically exported from code.google.com/p/yaffs2utils
GNU General Public License v2.0
1 stars 3 forks source link

Ordering of arguments prevents compile on certain systems #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Try to run the makefile under Ubuntu 11.10 with gcc 4.6.1. Error messages 
appear due to improperly linked math functions.

The ordering of linker flags prevents compiling on my system. Putting 
$(LDFLAGS) last on the cc lines fixes the error for me.

Original issue reported on code.google.com by bsid...@gmail.com on 10 Mar 2012 at 9:21

GoogleCodeExporter commented 8 years ago
Dear,

Would you kindly provide the patch to me?
I will be glade to fix it in the next release.

Thanks a lot.

Original comment by penguin.lin on 10 Mar 2012 at 1:21

GoogleCodeExporter commented 8 years ago
Sure. I've attached the patch.

Original comment by bsid...@gmail.com on 10 Mar 2012 at 7:04

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by penguin.lin on 12 Mar 2012 at 2:31

GoogleCodeExporter commented 8 years ago
This issue is fixed in the latest trunk.
I will close it when next release.

Thanks a lot for your help :D

Original comment by penguin.lin on 23 Mar 2012 at 3:46

GoogleCodeExporter commented 8 years ago

Original comment by penguin.lin on 28 Mar 2012 at 3:54