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

Reply via email to