Build failure on NetBSD at RELEASE_4_5_0-16-g5cba8ae

Andy Dougherty doughera at lafayette.edu
Tue Jul 17 14:19:01 UTC 2012


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		doughera at lafayette.edu



More information about the parrot-dev mailing list