Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (148) Game (1011) Graphics (500) Library (118) Network (233) Office (66) Utility (932) Video (69)
Total files: 4397
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
[Back to readme page] [Add Comment] [Refresh page]
Comment by: abalaban (80.11.131.246) | At: 05 Jan 2011, 09:41 | File version: 1.5-2 | That's more than 6 years ago, but I can assure you that the files there are the files I used to compile the binary. Maybe the problem is that multiple SDK versions took place in between and that something changed.
| | | Comment by: jaokim (79.136.17.97) | At: 04 Jan 2011, 18:57 | File version: 1.5-2 | Nope. My previous post was errnoeus. Manage to compile it by changing the libfdlibm.a-target to:
libfdlibm.a: $(INCFILES) $(obj)
$(AR) $(ARFLAGS) $@ $(obj)
$(RANLIB) $@
@echo "-- done"
|
| | | Comment by: jaokim (79.136.17.97) | At: 04 Jan 2011, 18:37 | File version: 1.5-2 | There seems to be an error in makefile.os4, with target "obj". There is an equal sign instead of colon. Change: to:
| | |
|