bebbo / amiga-gcc

The GNU C-Compiler with Binutils and other useful tools for cross development for Amiga
GNU General Public License v2.0
312 stars 66 forks source link

Docker container issues - proposals #291

Closed walkero-gr closed 1 year ago

walkero-gr commented 2 years ago

I am trying to setup a dev environment based on the Dockerfile in the repo. Unfortunately, when I try to compile even a hello world code, I get the following error

/opt/amiga/libexec/gcc/m68k-amigaos/6.5.0b/cc1: error while loading shared libraries: libmpc.so.3: cannot open shared object file: No such file or directory

Also, I would recommend two changes:

bebbo commented 2 years ago

The environment to use the created binaries has to provide all necessary libraries.

bebbo commented 2 years ago

bump