Brian Dessent wrote: > CFLAGS="-lsocket" seems quite wrong. That belongs in LDFLAGS not CFLAGS Sorry, I meant LIBS not LDFLAGS. LDFLAGS is the place for -L/path/ but -lfoo goes in LIBS. Brian
Brian Dessent wrote: > CFLAGS="-lsocket" seems quite wrong. That belongs in LDFLAGS not CFLAGS Sorry, I meant LIBS not LDFLAGS. LDFLAGS is the place for -L/path/ but -lfoo goes in LIBS. Brian