Hi,
Since I came across this searching for my issue I will post the solutions I
found to work:
gcj was not linking to main, receiving error:
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../libcygwin.a(libcmain.o):
I found two solutions, one online and one in the gcj man page:
gcj --main=HelloWorl
Ferenc Kovacs gmail.com> writes:
...
> I have an application, which links with a shared library (fairly common
> situation :)). This shared library provides the main() function. This
> approach works well on Linux/Solaris machines, but on Cygwin 1.7
> I get the following link error:
...
Hi Fer
2 matches
Mail list logo