adrian-thurston / colm

The Colm Programming Language
MIT License
164 stars 31 forks source link

Staticless build fails #133

Closed jengelh closed 2 years ago

jengelh commented 3 years ago
./configure --disable-static; make
[...]
Making all in rlhc.d
make[2]: Entering directory '/tmp/colm-0.14.7/test/rlhc.d'
../../src/colm -b rlhc_object -o rlhc rlhc.lm
gcc: error: /tmp/colm-0.14.7/src/.libs/libcolm.a: No such file or directory
error: colm: there was a problem compiling the output
make[2]: *** [Makefile:1703: rlhc] Error 1
viccie30 commented 2 years ago

This was already fixed by fc61ecb3a22b89864916ec538eaf04840e7dd6b5.