Re: Using main() from a shared library in Cygwin 1.7

2010-06-24 Thread surferbuddha
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

Re: Using main() from a shared library in Cygwin 1.7

2010-05-14 Thread Kurt Franke
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