Don Coyote has asked for the wisdom of the Perl Monks concerning the following question:
Fail point in build log
g++ Core.def -o ..\..\blib\arch\auto\PDL\Core\Core.dll -mdll -s -L"C:\ +Dwimperl\perl\lib\CORE" -L"C:\Dwimperl\c\lib" ... pdlutil.o "lib.a" x +<i>n</i> -Wl,--enable-auto-image-base
pdlutil.o:pdlutil.c:(.text+0x1f76): undefined reference to `pdl_pthrea +d_realloc_vsnprintf' pdlutil.o:pdlutil.c:(.text+0x4c): undefined reference to `pdl_pthread_ +free' collect2: ld returned 1 exit status dmake: Error code 129, while making '..\..\blib\arch\auto\PDL\Core\Co +re.dll' dmake: Error code 255, while making 'subdirs' dmake.exe: Error code 255, while making 'subdirs' -> FAIL Installing PDL failed.
h tihere57!
using cpanm PDL failed here. Also tried cpan PDL, but that did not even want to connect to strawberryperl website, and failed before it started.
Not sure I could even go in and comment these out, as its being auto-installed from cpan.
background: tk is way too slow at gfx, maybe SDL will be faster. Reading the Manual, want to intereact iwith my gfx capapbilities if possile. I did do a bit of blitting a while back at the suggestion of an esteemed perlmonk. Hearing the screams rising up from the pits of hell is probably best listened to only once though. OpenGL wont install on usb, so its gotta be PDL, for now.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: PDL undefined reference to pdl_pthread error on install
by Athanasius (Archbishop) on Feb 28, 2024 at 16:06 UTC | |
by Don Coyote (Hermit) on Feb 28, 2024 at 17:00 UTC | |
Re: PDL undefined reference to pdl_pthread error on install
by etj (Priest) on Mar 06, 2024 at 20:43 UTC | |
by Don Coyote (Hermit) on Apr 01, 2024 at 13:08 UTC | |
by etj (Priest) on May 07, 2024 at 16:27 UTC | |
by Don Coyote (Hermit) on Jan 31, 2025 at 18:54 UTC | |
by etj (Priest) on Apr 06, 2024 at 14:19 UTC |