[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] Please review my patch for bug #29518
From: |
Giuseppe Scrivano |
Subject: |
Re: [Bug-wget] Please review my patch for bug #29518 |
Date: |
Sat, 29 Jan 2011 21:14:49 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
please add the "readline" module to the list of modules in
bootstrap.conf file. You also need to modify src/Makefile.am, adding
$(LIBREADLINE) to LIBS. All you have to do now is to recall the
bootstrap script. It should work.
Cheers,
Giuseppe
Leonard Ehrenfried <address@hidden> writes:
>>
>> Where is make looking for the shared libraries? Do I need to set an
>> environment variable?
>>
>
> Sorry, I was being a newbie and didn't know that you had to explicitly tell
> gcc to open libreadline. Adding -lreadline to the flags compiles it.
>
> I had a look around Makefile.in to permanently add the compiler flag but to
> be honest I'm a little overwhelmed by the size of it.
>
> How would I go about add the flag?
>
> Thanks
> Lenni