Short: make stub script for gcc Author: lorylombus@gmail.com (Lorence Lombardo) Uploader: lorylombus@gmail.com (Lorence Lombardo) Type: dev/gcc Version: 5-Oct-2022 Architecture: m68k-amigaos This is my first time ever building a stub for gcc. For this I use either my:- gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release) or:- gcc version 2.95.3 20010315 (release) environments. With "dbfsup_lib.fd" and "dbfsup_protos.h" in path I type the following:- mk_stub dbfsup_lib.fd The result stub works with all my gcc environments. To test the stub I type the following:- gcc -noixemul lib/libdbfsup.a dbftst.c -o dbftst or if installed:- gcc -noixemul -ldbfsup dbftst.c -o dbftst . SFD and pragma files are also supported. See inside the script for more information. web page:- http://geocities.ws/lorylomb/