November 06, 2004
Hi, I think the documentation for optlink has a quirk. It says:

lib
Searches in order one or more library names to resolve any symbols not defined in the input .obj files. Wild card references can be used as with the obj entry. The libraries are searched in the order specified here. The same separators as for the obj portions apply...

and in the obj section is stated:
One or more input (.obj) file names. If multiple names are supplied, they may be joined by "+" characters or blank spaces, but the comma separates the four parts of the command line...

But you have to use the + character for the lib part of the command line. Just using spaces doesn't work. I think either the docs or optlink should be fixed.

-- 
Robert M. Münch
Management & IT Freelancer
http://www.robertmuench.de
November 08, 2004
Thanks, I'll fix the doc. -Walter