Re: Can't compile glib with cygwin: Error 139 in make

2003-02-07 Thread Max Bowsher
Andres Moya wrote: >> I'm trying to compile glib 2.2.0 or 2.2.1 in Cygwin, and had some >> problems. The last one is one that I cannot handle :-P >> What can I do to continue investigating? Well-asked question, but remember to search the archives. In this case "glib 2.2" should reveal a post

Can't compile glib with cygwin: Error 139 in make

2003-02-07 Thread Andres Moya
Hello. I'm trying to compile glib 2.2.0 or 2.2.1 in Cygwin, and had some problems. The last one is one that I cannot handle :-P 1) At first place, the compiler complained about not finding libkernel32.a and libuser32.a. I fixed it by declaring the environment variable LDFLAGS=-L/lib/w32api 2) Th