: implicit declaration of function 'getline'
/var/tmp//cc7NqjVu.o(.text+0x699): In function `load_1':
: undefined reference to `getline'
*** Error code 1
Stop in /usr/src/current/lib/libmagic.
*** Error code 1
Stop in /usr/src/current.
*** Error code 1
Stop in /usr/src/c
workaround/fix for this issue. It has been tested on FreeBSD 7.3
and 9.0 (both RELEASE) with good results: world build finishes OK. I attach the
patch in case someone else is hit by this issue. Feel free to use it.
Thanks for all suggestions and comments.
Regards,
Jan Sieka
diff --git a/lib/l
e can comment on the above questions or point to some documentation
(I've searched Developer's Handbook and Internet but found nothing)?
Regards,
Jan Sieka
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/
On 2012.06.09 18:11, Tim Kientzle wrote:
>
> On Jun 5, 2012, at 8:09 AM, Jan Sieka wrote:
>
>> Hello Ian!
>>
>> I tried recently to compile and run Perl 5.12 on ARM (SheevaPlug) using
>> HEAD from 22.05.2012 and got the following error while trying to run:
>&g
On 2012.06.08 19:04, Konstantin Belousov wrote:
> On Fri, Jun 08, 2012 at 02:51:09PM +0200, Jan Sieka wrote:
>> Hello group!
>>
>> I have a few questions regarding adding symbols to
>> lib/libc//Symbol.map, so that function signatures are exported:
>> - what are
On 2012.06.12 10:49, Konstantin Belousov wrote:
On Tue, Jun 12, 2012 at 10:18:58AM +0200, Jan Sieka wrote:
On 2012.06.09 18:11, Tim Kientzle wrote:
On Jun 5, 2012, at 8:09 AM, Jan Sieka wrote:
Hello Ian!
I tried recently to compile and run Perl 5.12 on ARM (SheevaPlug) using
HEAD from