|
From: Allin C. <cot...@wf...> - 2008-01-22 00:43:33
|
On Mon, 21 Jan 2008, Mojca Miklavec wrote: > On Jan 21, 2008 11:28 PM, Ethan Merritt wrote: > > I suggest that you add "-lreadline -lhistory" to CFLAGS and > > try ./configure again. This is an OSX peculiarity. > > How exactly do I do that? I have tried this, but it fails... In general, one would not add linker directives such as "-lfoo" to the CFLAGS variable. Perhaps to LDFLAGS or LIBS or some such variable. Allin Cottrell |