From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Niessner To: gcc-help@gcc.gnu.org Subject: gcc symbol names Date: Sat, 26 Feb 2000 20:29:00 -0000 Message-id: <38B8A8F8.C2403E51@bigfoot.com> X-SW-Source: 2000-02/msg00095.html I built the egcs 1.1.2 compiler and am now having symbol name problems. I have some old libraries that use a different naming scheme and I would ike to know how to make the new gcc match the old gcc names. The difference is quite simple. Using nm: old name: _$_blahblahblah new name: _._blahblahblah How do I get the gcc I compiled to use '$' instead of '.'? Any and all help is appreciated. Al Niessner From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Niessner To: gcc-help@gcc.gnu.org Subject: gcc symbol names Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <38B8A8F8.C2403E51@bigfoot.com> X-SW-Source: 2000-q1/msg00289.html Message-ID: <20000401000000.w1PR_En__93_Gd3h3HEc9jmfaZq_TteV_Xc_kXNc7Lw@z> I built the egcs 1.1.2 compiler and am now having symbol name problems. I have some old libraries that use a different naming scheme and I would ike to know how to make the new gcc match the old gcc names. The difference is quite simple. Using nm: old name: _$_blahblahblah new name: _._blahblahblah How do I get the gcc I compiled to use '$' instead of '.'? Any and all help is appreciated. Al Niessner