Howdy, It looks like Parrot_get_cpu_type is only defined in src/platform/generic/misc.c and src/platform/win32/misc.c but not src/platform/netbsd/misc.c .
Not sure if that is the issue, but it seems likely. Duke On Tue, Jul 17, 2012 at 7:19 AM, Andy Dougherty <[email protected]> wrote: > Building master as of today on NetBSD fails due to an undefined > reference to 'Parrot_get_cpu_type". > > $ git describe --tags > RELEASE_4_5_0-16-g5cba8ae > $ perl Configure.pl --optimize > # [ proceeds normally] > $ make > # [proceeds normally until: ] > > cc -o ./miniparrot frontend/parrot/main.o src/null_config.o src/longopt.o > "-Wl,-R/home/doughera/src/parrot/parrot-git/blib/lib" > -L"/home/doughera/src/parrot/parrot-git/blib/lib" -lparrot -lm -lcrypt > -lpthread -lintl -Wl,-R/usr/pkg/lib -Wl,-rpath,/usr/pkg/lib > -fstack-protector > /home/doughera/src/parrot/parrot-git/blib/lib/libparrot.so: undefined > reference to `Parrot_get_cpu_type' > *** Error code 1 > > I don't have time to investigate this any further today, but perhaps > someone else might recognize this and be able to fix it. > > -- > Andy Dougherty [email protected] > > _______________________________________________ > http://lists.parrot.org/mailman/listinfo/parrot-dev -- Jonathan "Duke" Leto <[email protected]> Leto Labs LLC http://labs.leto.net 209.691.DUKE http://dukeleto.pl _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
