This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Perl 5.8.6


Reini Urban wrote:

> Gerrit P. Haase schrieb:
>> Why was this not a problem with 5.8.5 before including Win32CORE
>> statically?

> Don't remember.
> But sorry, I'm very busy right now. Maybe tommorrow.
> Have to write a simple WOID - webshop-in-one-day.

The reason has been already been resolved, I believe. As Gerrit wrote:

There it is:
$ cat ext/Win32CORE/hints/cygwin.pl
[...]
$self->{LIBS} = [q{ -L/lib/w32api -lnetapi32 -lwininet -lversion -lmpr -lodbc32 -lodbccp32 -lwinmm -lstdc++ -lole32 -loleaut32 -luuid -lcomctl32 -lgdi32 -lcomdlg32 -lntdll }];
[...]

Take notice of the final library (-lntdll) being linked. This code comes from Win32CORE, so of course was not present in 5.8.5.


Regards,

Jacek


-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]