I have cut down the the command responses but hopefully you can follow what I have done.
It show a dump of one of the obj files (w_WWW.obj)
A list of the library to show that w_WWW.obj exists in the library
and a dump of the library to show that _WWW is there
I guess I am just using polink incorrectly or that there may be some requirement for a .def or .lib file
?
Dump of lib\w_WWW.obj
File type: OBJ
SYMBOL TABLE
0000 00000000 DEBUG notype filename | .file
w_WWW.LIB
0002 00000000 SECT1 notype static | .debug$S
length of section 1700, #relocations B8, #linenumbers 0
0004 00000000 SECT2 notype static | .debug$T
length of section 1E, #relocations 0, #linenumbers 0
0006 00000000 SECT3 notype static | .data
length of section 10080, #relocations 5, #linenumbers 0
0008 00000000 SECT4 notype static | .bss
length of section A66, #relocations 0, #linenumbers 0
000A 00000000 SECT5 notype static | .text
length of section 88B, #relocations 6D, #linenumbers 0
000C 00000000 ABS notype static | .absolut
000D 00000000 UNDEF notype external | CreateFileA
000E 00000000 UNDEF notype external | ReadFile
.
.
0045 00000000 SECT5 notype external | _WWW
C:\Users\roger\_dev1\source\languageONE>_PELLESC\Bin\polib /LIST lib\languageONE.w
SUMMARY
A66 .bss
10080 .data
1700 .debug$S
1E .debug$T
88B .text
lib\DECISIONS.obj
lib\NUMBERS.obj
lib\TABLES.obj
lib\WORDS.obj
lib\w_COMMON.obj
lib\w_FILES.obj
lib\w_STDIO.obj
lib\w_WWW.obj
lib\w_XTABLES.obj
Dump of lib\languageONE.w
File type: LIB
SYMBOL TABLE
0000 00000000 DEBUG notype filename | .file
w_WWW.LIB
0002 00000000 SECT1 notype static | .debug$S
length of section 16C0, #relocations B4, #linenumbers 0
0004 00000000 SECT2 notype static | .debug$T
length of section 1E, #relocations 0, #linenumbers 0
0006 00000000 SECT3 notype static | .data
length of section 10071, #relocations 5, #linenumbers 0
0008 00000000 SECT4 notype static | .bss
length of section A66, #relocations 0, #linenumbers 0
000A 00000000 SECT5 notype static | .text
length of section 87F, #relocations 6D, #linenumbers 0
000C 00000000 ABS notype static | .absolut
000D 00000000 UNDEF notype external | CreateFileA
000E 00000000 UNDEF notype external | ReadFile
.
.
0044 00000000 SECT5 notype external | _WWW