Short: Amiga Shared Library Developer Kit Author: Hans Verkuil Uploader: megacz usa com Type: dev/gg Version: 2.1 Requires: 68020+/os2.04+/ixemul48+ Architecture: m68k-amigaos ----==================================================================---- THIS IS VERY SPECIAL AMINET UPLOAD SINCE SOME FILES DISAPPEARED FROM BTTR AFTER THE DISK ARRAY CRASH... ----==================================================================---- Amiga Shared Library Developer Kit ----------------------------------- --- This developer kit is a collection of shell scripts and utilities that allow you to turn a regular C library into a shared library. You do need ixemul-45.1, the binutils and the gcc compiler from the December or later Geek Gadgets snapshot. You also need a variety of other utilities (perl, sed, egrep, textutils, fileutils) as the main shell script makes full use of the available tools. Note that your program must use ixemul (so don't compile it with -noixemul), otherwise it is not going to work. The shell script a2ixlibrary is the work horse that converts a C library (*.a) to a shared library (*.ixlibrary). I've given the resulting shared library the '.ixlibrary' suffix as it is an Amiga shared library (the 'library' part of the suffix), but with special properties (the 'ix' part). Credits: Hans Verkuil ---