This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: undefined reference to `_WinMain@16'


"Alex Vinokur" wrote in message cb3b93$3ef$1@sea.gmane.org">news:cb3b93$3ef$1@sea.gmane.org...
> ====================
> Windows 2000
> CYGWIN_NT-5.0 1.5.10-3 (0.116/4/2)
> gcj (GCC) 3.3.1 (cygming special)
> ====================
>
> --------- Java code : File HelloWorld.java : BEGIN ---------
> public class HelloWorld
> {
>   public static void main (String[] args)
>   {
>     System.out.println("Hello, world!\n");
>   }
> }
> --------- Java code : File HelloWorld.java : END -----------
>
>
> --------- Compilation : BEGIN ---------
>
> $ gcj HelloWorld.java
> /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../libcygwin.a(libcmain.o)(.text+0x7a):
> undefined reference to `_WinMain@16'
> collect2: ld returned 1 exit status
>
> --------- Compilation : END -----------
>
>
> What is wrong?
>

$ gcj --main=HelloWorld HelloWorld.java
// No problem

Is there any special mailing-list/newsgroup to discuss gcc-java?

Thanks,

-- 
   Alex Vinokur
     http://mathforum.org/library/view/10978.html
     http://sourceforge.net/users/alexvn







--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]