All Forums |
Register |
Login |
Search |
Subscriptions |
My Profile |
Inbox |
Tool Warehouse |
FAQs |
Resources |
Help |
Member List |
Address Book |
Logout |
|
|
windows compiler "cl.exe"
|
Logged in as: Guest |
Users viewing this topic: none |
|
Login  |
|
|
windows compiler "cl.exe" - Aug. 16, '04, 3:50:06 AM
|
|
|
aotto1968
Posts: 37
Joined: Apr. 7, '04,
From: Germany
Status: offline
|
Hi,
I try to run the windows compiler "cl.exe" on Interix
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
dev1usr@win01:~> which cl.exe
/dev/fs/C/Programme/Microsoft Visual Studio .NET 2003/Vc7/bin/cl.exe
dev1usr@win01:~> "cl.exe"
dev1usr@win01:~> truss "cl.exe"
tracing pid 971
poll revents=0x40
dev1usr@win01:~>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
nothing is printed nothing is done
any solutions available to compile windows applications on interix?
HINT:
I successfully used the gcc cross-compiler on linux to create native windows dll's and execuatble's
Interix provides his on gcc, It should be possible to merge mingw into interx gcc to provide a solution
to ceate a windows/interix executable
mfg
aotto
|
|
|
RE: windows compiler "cl.exe" - Aug. 16, '04, 11:05:25 AM
|
|
|
Rodney
Posts: 3714
Joined: Jul. 9, '02,
From: /Tools lab
Status: offline
|
> nothing is printed nothing is done
The program "cl.exe" is a Win32 program and truss follows Interix programs.
You will get no information out of it. You will need to use Win32 tools if you are
wanting to trace a Win32 process.
> any solutions available to compile windows applications on interix?
Are you are attempting to build a Win32 process using Interix/Unix build tools?
If so then you can use wcc do this. Wcc is a modified version of
cc. Both are scripts to interface with the MSVC compiler: cc produces
Interix binaries and wcc produces Win32 binaries. Both are run either directly
from an Interix shell or using Interix tools like make.
I'll note that the basic MSVC compiler is now available freely and does produce binaries
that are faster than gcc's, particularly with math calculations.
You can get a copy of wcc from ftp://ftp.interopsystems.com/pub/wcc
< Message edited by Rodney -- Aug. 16, '04, 11:06:02 AM >
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
|
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|
|
|