ab25cq / comelang

Yet another modern compiler. Comelang has collection and string libraries using boehmGC or my original refference count GC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

./configure make make installに失敗する

hsk opened this issue · comments

ubuntu 18.04でインストールしようとした所

$ sudo make install
[sudo] sakurai のパスワード: 
mkdir -p /usr/local/lib
/usr/bin/install -c -m 755 ./libneo-c.so.1.0.0 /usr/local/lib
/usr/bin/install: './libneo-c.so.1.0.0' を stat できません: そのようなファイルやディレクトリはありません
Makefile:65: recipe for target 'install' failed
make: *** [install] Error 1

となりました。

現在のバージョンでは直っていると思います。

fixed