"Alex Vinokur" wrote in message news:[EMAIL PROTECTED]
>
> 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 sta
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")
I fixed this problem by adding a dummy winmain to xmlparse.c
int __declspec(nothrow) __stdcall WinMain(int a, int b, char* c, int
d);
int __declspec(nothrow) __stdcall WinMain(int a, int b, char* c, int
d)
{
return 0;
}
Don't know the repercussions - if any.
Roy
- Original Message
Greetings,
After downloading expat-1.95.7.tar.gz from SourceForge and executing
/configure (per the README, however I did not
execute./buildconf.sh ), I am receiving the following error when
attempting to make the expat library under the cygwin 1.5.5-1
environment:
undefined reference to [EMAIL P
Hello
I am trying to build the expat lib (1.95.6) on Cygwin 1.3.22, and I keep
seeing the above error during the 'make' step. From what I've read on the
mailing list, it's a linking problem, but I'm no developer. I need expat
as a dependency. Any help or a workaround?
--
Best Regards,
Joshua
Hallo Joshua,
Am Donnerstag, 28. August 2003 um 19:09 schriebst du:
> Hello
> I am trying to build the expat lib (1.95.6) on Cygwin 1.3.22, and I keep
> seeing the above error during the 'make' step. From what I've read on the
> mailing list, it's a linking problem, but I'm no developer. I nee
Joshua Lokken wrote:
> Hello
>
> I am trying to build the expat lib (1.95.6) on Cygwin 1.3.22, and I keep
> seeing the above error during the 'make' step.
Do you have a special need to to build your own version? (expat 1.95.6 is
available via the Cygwin mirror system; just install it via setup.e
Hello
I am trying to build the expat lib (1.95.6) on Cygwin 1.3.22, and I keep
seeing the above error during the 'make' step. From what I've read on the
mailing list, it's a linking problem, but I'm no developer. I need expat
as a dependency. Any help or a workaround?
--
Best Regards,
Joshua
Sorry if this info seems a bit too basic, but I spent several hours last
night trying to resolve a linking error while compiling with gcc on Cygwin.
G++ version 3.2 20020927 (prerelease)
Cygwin Net Release 2.340.2.5 installed via the net 2 weeks ago.
Being new to namespaces, I thought it made sen
9 matches
Mail list logo