James Keenan via RT wrote:
On Tue Jan 29 19:42:15 2008, [EMAIL PROTECTED] wrote:

Does C_LIBS have -lreadline included?


No, it does not.

C_LIBS     = -lm -lgmp

Which is not surprising.  If you recall, the result set by
auto::readline in the spewing case was 'no'.  So with your patch
readline is not being found.

I suspect the reason it's not finding readline is because -lreadline isn't specified in the test compile. OS X (and especially dynamic_lookup) is more strict about only searching for symbols from libraries explicitly included.

Try manually adding -lreadline to the test compile in auto::readline and see what happens.

(BTW:  Are you okay with RT 50390?)

Looks good. Thanks!

Allison

Reply via email to