undefined reference to `Imm ...You need to link to libimm32.a (which should ship with strawberry).
I don't know why this is isn't happening automatically for you. (It happened automatically for me.)
UPDATE: I think I identified the wrong Makefile in what follows. It's the top level Makefile (not the the pTk/Makefile) that's failing to provide the libimm32.a link.
If you go into your Tk build directory, and open up the pTk/Makefile, you should find
EXTRALIBS and
LDLOADLIBS entries about a third of the way down - and those entries should specify the full path to (among other libs) libimm32.a.
If that lib is missing, just insert it at the beginning.
For example, my EXTRALIBS and LDLOADLIBS begin with:
"C:\_64\strawberry5.20.0\c\x86_64-w64-mingw32\lib\libimm32.a"
If you fix those entries, you should then be able to 'cd' into the 'Tk' build directory and run 'dmake test' followed by 'dmake install' ... and that will hopefully work.
However, the fact that this didn't all happen correctly in the first place might indicate that there's something more serious. See how it goes.
Cheers,
Rob
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.