Phobos - breaking existing code

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Fri Nov 28 17:55:21 PST 2014


This is more of an Ubuntu-y issue, but I'm having trouble getting it to link 
with ncurses. This used to work:

cc $(LDFLG)  -o med $(OBJ) -l :libncurses.so.5 -l phobos2 -l pthread -l m

but alas, no longer with the latest Ubuntu. (Linux people keep trying to get rid 
of termcap, it's a constant issue.) -lncurses fails, everything I try fails.

Any ideas?


More information about the Digitalmars-d mailing list