Mail Archives: cygwin/2002/08/23/02:42:39
I'm writing a utility to translate a gcc command-line to an MSVC
command-line and then spawn MSVC's cl.exe. It started life as a script
which I developed for configuring and building OpenSSL and OpenLDAP with
CC=gcc2cl. It does things like force object extensions to .o, search -L
paths for -l libraries (libxxx.a, libxxx.lib, xxx.a, xxx.lib) and specify
them properly, dos2unix stdout/stderr, and filter out the source filename
from stdout/stderr that MSVC displays while compiling. This makes it work
with autoconf as used by OpenLDAP. I figure this may be generally useful.
Is it something that should go in the Cygwin distribution? If so, how do I
go about contributing it? I'd like to finish it off a bit more before
handing it over, and I will probably also do an ar2lib, and maybe an ld2link
if it proves necessary.
Regards,
Steven
--
Steven Reddie <Steven DOT Reddie AT ca DOT com>
Senior Software Engineer
Computer Associates Pty Ltd (Australia)
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -