Path: utzoo!censor!geac!torsqnt!hybrid!scifi!bywater!uunet!cbmvax!jesup From: jesup@cbmvax.commodore.com (Randell Jesup) Newsgroups: comp.sys.amiga.programmer Subject: Re: Creating SAS C-run Time librarys! Help Message-ID: <17594@cbmvax.commodore.com> Date: 15 Jan 91 08:08:27 GMT References: <1991Jan13.143749.46649@cc.usu.edu> <101060004@hpfcso.HP.COM> Reply-To: jesup@cbmvax.commodore.com (Randell Jesup) Organization: Commodore, West Chester, PA Lines: 17 In article <101060004@hpfcso.HP.COM> aoe@hpfcso.HP.COM (Alexander Elkins) writes: >> I am using the new SAS C v5.10 and have had a few problems with trying >> to build the library. >__xcvof is jumped to if your stack overflows. Compile with "-v" option >to avoid needing this (turns off stack checking). Yes, -v is absolutely needed for code that will be in a shared library (you can't stack-check someone else's stack). Also, as Mr Elkins pointed out, -ml is required also. -- Randell Jesup, Keeper of AmigaDos, Commodore Engineering. {uunet|rutgers}!cbmvax!jesup, jesup@cbmvax.commodore.com BIX: rjesup The compiler runs Like a swift-flowing river I wait in silence. (From "The Zen of Programming") ;-)