Do you actually need to add -L? I think if you have:
link a.obj c:\foo bar.lib (and c:\foo is a directory) then it will look for bar.lib in c:\foo. Haven't tried myself, but recently I recall seeing the thread started here: http://www.digitalmars.com/drn-bin/wwwnews?c%2B%2B.command-line/639 and in http://www.digitalmars.com/drn-bin/wwwnews?c%2B%2B.command-line/643: >link <link flags> <objects>,<exename>,<mapfile>,lib1 lib2 \my\lib\path\ >lib3 lib4 lib5,<def file>,<res file> -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Amitha Perera Sent: 31 May 2006 21:43 To: William A. Hoffman Cc: [email protected] Subject: Re: [CMake] Digital Mars On Fri 19 May 2006, William A. Hoffman wrote: > I have another idea. Write a small program or .bat file > to run the link command and add the -L ability to it. > It would basically setenv LIB to the parsed out -L path options, > then call the DM linker. I did this using a small perl script to wrap around the linker, and I managed to get things working using NMake as the make program (so I didn't need to write a generator). However, I'm having a lot of pain compiling vxl with it (which was my original intent). My current reaction is that Digital Mars is not complete enough to make vxl work easily, so I'm dropping the issue for now. That said, I think I did manage to resolve the CMake-Digital Mars interface, so if someone feels the urge to see what I did to get that done, I can describe it in more detail. Cheers, Amitha. _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
