Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #24797] [PATCH] libnci build problem on FreeBSD

15 views
Skip to first unread message

Lars Balker Rasmussen

unread,
Jan 3, 2004, 11:51:35 AM1/3/04
to bugs-bi...@rt.perl.org
# New Ticket Created by Lars Balker Rasmussen
# Please include the string: [perl #24797]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=24797 >


nci_test.c included <malloc.h> which is deprecated on FreeBSD (and
elsewhere I assume), without actually using any malloc-stuff as far as
I could tell.

According to #parrot, libnci.so is built automatically on some
platforms, but not on my FreeBSD. I couldn't find any logic to do this
- are you supposed to build libnci.so by hand if you want to test nci?
--
Lars Balker Rasmussen Consult::Perl

nci.patch

Leopold Toetsch

unread,
Jan 3, 2004, 2:15:08 PM1/3/04
to perl6-i...@perl.org
Lars Balker Rasmussen <bugs-...@netlabs.develooper.com> wrote:

> According to #parrot, libnci.so is built automatically on some
> platforms, but not on my FreeBSD.

No, its currently not built automatically.

> - are you supposed to build libnci.so by hand if you want to test nci?

Yep. AFAIK are we lacking a config hint, that dynamic loading is ok.

leo

Leopold Toetsch

unread,
Jan 5, 2004, 9:45:10 AM1/5/04
to perl6-i...@perl.org
Lars Balker Rasmussen <bugs-...@netlabs.develooper.com> wrote:

> nci_test.c included <malloc.h> which is deprecated on FreeBSD

Applied, as well as #24802. Thanks,
leo

0 new messages