fb39ca4 / picoc

Automatically exported from code.google.com/p/picoc
0 stars 0 forks source link

LD error on CentOS Linux #165

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Makefile add library to gcc

$(TARGET): $(OBJS)
        $(CC) $(CFLAGS) -o $(TARGET) $(OBJS) $(LIBS) -ltermcap

Original issue reported on code.google.com by c4simba on 13 Sep 2012 at 7:30