Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

B::C will not compile on Windows 10 Pro Version 1803, 64-bit, Perl 5.10.1 #431

Open
rwburden opened this issue May 13, 2019 · 1 comment

Comments

@rwburden
Copy link

C:\Users\rburden\CloudStation\installers\win7pc\B-C-1.57>dmake test
'No tests defined for ByteLoader extension.'
'No tests defined for B::Stash extension.'
dlltool --def C.def --output-exp dll.exp
C:\Perl\site\bin\g++.exe -o blib\arch\auto\B\C\C.dll -Wl,--base-file -Wl,dll.base -mdll -L"C:\Perl\lib\CORE" C.o -Wl,--image-base,0x2f2e0000 C:\Perl\lib\CORE\perl510.lib -lkernel32 -luser32 -lgdi32 -
lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lmsvcrt dll.exp
C.o:C.c:(.text+0xf0): undefined reference to Perl_Iwatchaddr_ptr' C.o:C.c:(.text+0x105): undefined reference to Perl_Iwatchaddr_ptr'
C.o:C.c:(.text+0x112): undefined reference to Perl_Iwatchok_ptr' C.o:C.c:(.text+0x127): undefined reference to Perl_Iwatchaddr_ptr'
C.o:C.c:(.text+0x137): undefined reference to Perl_Iwatchok_ptr' C.o:C.c:(.text+0x144): undefined reference to Perl_Iwatchaddr_ptr'
collect2: ld returned 1 exit status
dmake.exe: Error code 129, while making 'blib\arch\auto\B\C\C.dll'

C:\Users\rburden\CloudStation\installers\win7pc\B-C-1.57>perl -v

This is perl, v5.10.1 built for MSWin32-x86-multi-thread
(with 2 registered patches, see perl -V for more detail)

Copyright 1987-2009, Larry Wall

Binary build 1006 [291086] provided by ActiveState http://www.ActiveState.com
Built Aug 24 2009 13:48:26

@rurban
Copy link
Owner

rurban commented May 13, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants