gcc可以装在windows下2004-08-25 06:34:34
//======== ===========
On Microsoft Windows, the following command builds a dynamic link library hello.dll using Microsoft Visual C++ 4.0:

cl -Ic:\java\include -Ic:\java\include\win32
-LD HelloWorldImp.c -Fehello.dll

//================

http://java.sun.com/docs/books/tutorial/native1.1/stepbystep/step5.html


我是在sun的网站看见这段话的。我觉得好像不对。“-Ic”应该是“-I C:\java...",
"-Fchello.dll"应该是 "-Fe hello.dll" "-I" "-Fe" 应该是FLAG。

gcc可以装在windows下吗?

对DLL不熟悉,请教大家。
有别的小程序吗?2004-08-25 06:45:52
再问, ”cl” 是什么command,一定要装VC 6.0
tty2004-08-25 09:01:27
cl 就是 VC 的compiler
CutOnce2004-08-25 21:28:12
Free VC Toolkit 2003