dosemu2 / fdpp

FreeDOS plus-plus, 64bit DOS
GNU General Public License v3.0
198 stars 17 forks source link

Cannot install FDPP on Alpine Linux #207

Closed hjlinq closed 2 years ago

hjlinq commented 2 years ago

image

To reproduce this error:

1: install Alpine Linux in a VM (I used alpine-extended-3.16.2-x86_64.iso) 2: apk add git 3: git clone https://github.com/dosemu2/fdpp.git 4: apk add bash clang nasm elfutils-dev flex bison autoconf 5: cd fdpp 6: ./configure 7: make

Thank you.

stsp commented 2 years ago

You need to install libstdc++.

stsp commented 2 years ago

libstdc++-dev