Displaying 2 results from an estimated 2 matches for "perl_newx".
Did you mean:
perl_newxs
2013 Oct 07
3
Unresolved references in libnetsnmpagent.so
.../lib/gcc/i386-redhat-linux/4.1.2/../../../libnetsnmpagent.so: undefined reference to `perl_destruct'
/usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libnetsnmpagent.so: undefined reference to `hosts_ctl'
/usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libnetsnmpagent.so: undefined reference to `Perl_newXS'
Bob Styma
Phoenix, AZ
2002 Jul 01
0
Cannot compile wine fully
...here is some problem with
perl:
winetest.c: In function `xs_init':
winetest.c:158: `my_perl' undeclared (first use in this function)
winetest.c:158: (Each undeclared identifier is reported only once
winetest.c:158: for each function it appears in.)
winetest.c:158: warning: passing arg 3 of `Perl_newXS' from incompatible pointer type
winetest.c: In function `main':
winetest.c:178: warning: passing arg 2 of `perl_parse' from incompatible pointer type
Normally I'm able to identify missing packages and to reinstall them, but I really
don't have any idea where to get my_perl fu...