From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7d2fdc362be8539d2a1ac382607c74df@terzarima.net> From: Charles Forsyth Date: Wed, 2 Mar 2011 14:21:28 +0000 To: comeau@comeaucomputing.com, 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] 8l follows a precedence based on the commandline arrangement Topicbox-Message-UUID: b685c3b2-ead6-11e9-9d60-3106f5b1d025 the solution is to add #pragma lib "/$M/lib/ape/libf2c.a" to the include file that f2c's generated code uses, and 8l will sort it out. you shouldn't need to mention libap.a, either, since something should be including an ape include file (and those have the #pragma libs)