[Issue 1859] The librarian (lib.exe) confused by dashes in object	names
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri Feb 22 03:09:05 PST 2008
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=1859
torhu at yahoo.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |
------- Comment #2 from torhu at yahoo.com  2008-02-22 05:09 -------
The problem is that this:
lib test.lib b-c.obj
When there are no switches, the docs say that the object files will be added to
the library.  But object file names with dashes in them confuse lib, so with
the above command line, it enters interactive mode instead.
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list