Sounds like a unix makefile is running on Windows and is making/cross compiling a SO, now the question is, how did that succeed without unix import libs, and does that SO link to kernel32 or does it link to WINE, and does it contain x86 machine code? :-D
More seriously, from my mingw experience, all dlls are made with calls to dlltool normally. You dont have that call. Sounds like you are running a unix makefile on Windows, or whatever made the makefile (maybe a makefile.pl) thinks you are on unix. Cygwin Perl or Mingw Perl?
try a "dmake -n all" or "dmake -n install" or whatever target you are using and post that output here.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.