RinGotou / Kagami

This project is suspending. Please visit Sapphire Language repository.
BSD 2-Clause "Simplified" License
28 stars 3 forks source link

Linking issue on Windows Subsystem Linux #124

Closed RinGotou closed 4 years ago

RinGotou commented 4 years ago

Output:

/usr/bin/ld: CMakeFiles/kagami.dir/extension_obj.cc.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libdl.so: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
src/CMakeFiles/kagami.dir/build.make:697: recipe for target 'bin/kagami' failed
make[2]: *** [bin/kagami] Error 1
CMakeFiles/Makefile2:85: recipe for target 'src/CMakeFiles/kagami.dir/all' failed
make[1]: *** [src/CMakeFiles/kagami.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
RinGotou commented 4 years ago

Ploblem is solved in latest commit.