| 
 
 
  Audio (347) 
  Datatype (51) 
  Demo (204) 
  Development (609) 
  Document (24) 
  Driver (98) 
  Emulation (153) 
  Game (1027) 
  Graphics (510) 
  Library (119) 
  Network (236) 
  Office (67) 
  Utility (939) 
  Video (72) 
 Total files: 4456
 
 Full index file
 Recent index file
 
 
 Amigans.net
 Aminet
 IntuitionBase
 Hyperion Entertainment
 A-Eon
 Amiga Future
 
 
 
 
 
 | 
 [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:
 
 
 |  |  |  |  | 
 
 |