|
Re: Re: MSYS & Visual Studio Interaction: msg#00041gnu.mingw.msys
Date: Fri, 20 Jan 2006 19:17:50 +0000Hmm, I didn't know about cccl. Lets see.... After looking at it for a while here are a few differences I picked out: -cccl is a shell script (GNU license), wcc is a C program (BSD license). -cccl handles some options in a better way than wcc. (I'll get around to fixing that though) -wcc performs various additional behind the scenes file operations to make it more gcc like, such as: it wont leave created .obj files around unless your using -c, .o files will work as .objs, default output file name is a.exe, etc. -wcc supports more flags like -D, -U, -E, -w, -Wall, -O2, -I -wcc supports building dll's with -shared, -o, as well as the do-nothing -fpic, and -Wl -cccl's -lshared translates to libshared.lib were as wcc's -lshared will scan through various places looking for libshared.lib or shared.lib then pass the full path to cl.exe (this solves some odd ball problems I had) Thanks for informing me about cccl. Had I known about it before, I might have just added on to it. Since I spent the better part of a weekend on wcc though I'm sticking to it. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: MSYS & Visual Studio Interaction: 00041, Greg Chicares |
|---|---|
| Next by Date: | how to control path conversion using MSYS?: 00041, wolfgang haefelinger |
| Previous by Thread: | Re: MSYS & Visual Studio Interactioni: 00041, Greg Chicares |
| Next by Thread: | how to control path conversion using MSYS?: 00041, wolfgang haefelinger |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |