X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A96173858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=seanet.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bradbell AT seanet DOT com Subject: Re: Building the python swig tutorial To: cygwin AT cygwin DOT com References: From: Brad Bell Message-ID: Date: Sun, 28 Mar 2021 05:22:02 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-atmessage-kappa2-MailScanner-Information: Please contact support for more information X-atmessage-kappa2-MailScanner-ID: 8EFFA102AA7.AE1C6 X-atmessage-kappa2-MailScanner: Found to be clean X-atmessage-kappa2-MailScanner-From: bradbell AT seanet DOT com X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP, URIBL_SBL, URIBL_SBL_A autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 12SCMBp1015674 It was unclear from my previous message that I am using the commands under the heading Building a Python Module in the tutorial http://www.swig.org/tutorial.html with the exception that python2.7 was changed to python3.8 because that is the version of python on my cygwin system. These commands work fine on my Fedora system (with the proper version of python and without any extra libraries specified). On 3/27/21 8:09 AM, Hans-Bernhard Bröker wrote: > Am 27.03.2021 um 13:58 schrieb Brad Bell: > >> It appeard that I need to add an non-standard location to a path so that the linker can find these >> files ? > > Read those error messages again.  It's failing to find things _in_ any of those files, which means > it did in fact find all files it was looking for just fine. > > So no, this is almost certainly no issue with locations of files.  It's an issue of not telling the > linker that it's supposed to be looking for certain libraries in the first place. > > But it's virtually impossible to diagnose this sensibly, as you opted not to show any of the actual > command(s) you used. > > -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple