Closed hjlinq closed 2 years ago
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.
You need to install libstdc++.
libstdc++-dev
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.