Patch-ID# 100710-02 Keywords: Modula-2, Library, Linker, SC1.0, 4.1.x, libtermcap Synopsis: Modula-2 2.3: Fixes a problem (undefined symbols) running Modula-2 on SunOS 4.1.2 and 4.1.3. Date: 04/Nov/92 SunOS release: 4.1 / 4.1.1 / 4.1.2 Unbundled Product: Modula-2 Unbundled Release: 2.3 Topic: Modula-2 2.3 linker (m2l) to fix the undefined symbol errors BugId's fixed with this patch: 1078468 Changes incorporated in this version: sun3 compatibilty added Architectures for which this patch is available: Sun4(all), Sun3(all) Patches which may conflict with this patch: N/A Obsoleted by: Problem Description: BUG 1078468: Modula-2 2.3 programs compiled/linked under SunOS 4.1.2/4.1.3 give undefined symbols The Terminal module in the Modula-2 library references some routines in libtermcap. This causes the linking of a Modula-2 program on SunOS 4.1.2 and 4.1.3 to fail with the message: ld: Undefined symbol _tgetnum _tgetstr _tgetent _tgoto _tputs INSTALL: As root, copy the file m2l to /SC1.0. Where is the location you installed the Modula-2 compiler (default /usr/lang.) [Note: You may want to save the original m2l as m2l.FCS] Estimated Size of this patch: 661 KB