When I try to install it throught conda apper message: Fetching package metadata ……… Solving package specifications: . PackageNotFoundError: Package not found: ” Package missing in current linux-32 channels: – cartopy Close matches found; did you mean one of these? You can search for packages on anaconda.org with When I run appear new message Packages: Name | Version | Package
Tag: 32-bit
Compiling and linking a 32 bit application on Debian 64 bit
I am currently trying to compile and link a 32 bit application on my Debian 64 bit, but it fails at link time. The command I’m using (in my Makefile) to compile is: This seems to work. Then I link with the following command: This fails and gives the following errors: What I’ve tried so far (usual solutions that I