Subject: | Compilation error with threaded perls |
See subject. Build log looks like this:
...
cc -c -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Wextra -Wdeclaration-after-statement -Wcomment -O2 -DVERSION=\"0.000069\" -DXS_VERSION=\"0.000069\" -fPIC "-I/opt/perl-5.26.1t/lib/5.26.1/x86_64-linux-thread-multi/CORE" pl_duk.c
pl_duk.c: In function âpl_global_objectsâ:
pl_duk.c:554: error: âmy_perlâ undeclared (first use in this function)
pl_duk.c:554: error: (Each undeclared identifier is reported only once
pl_duk.c:554: error: for each function it appears in.)
...