Re:cygwin, libtool, dlpreopen, and .rdata

2004-10-23 Thread Ralf Habacker
Hi Chuck, you wrote >With newer gcc's (cygwin version numbers 3.3.3-3, 3.4.1-1, but not 3.3.1-3), >const variables are placed in an .rdata section. This causes problems when >those variables contain references to OTHER vars that are imported from a dll -- because the runtime relocation machin

Re: Cygwin SWIG package - who is using it, and for what?

2004-10-23 Thread Reini Urban
Max Bowsher schrieb: Reini Urban wrote: Max Bowsher schrieb: I took over as packager of SWIG for Cygwin a while ago, and am now getting ready to produce a new package. SWIG seems to make incompatible changes with depressing frequency, so decisions on when to package a new version need to be made wi

Cygwin startup problem

2004-10-23 Thread warrenmcneely
Hi, Problem: I click on the Cygwin icon and Win 2k Pro brings up the "open with" window. I have just reinstalled Win 2K and have remnants of the earlier Win 2k which I could not repair and which I have been trying to eliminate step by step. Anyway I did a reinstall of Cygwin and it still will

coff / elf cygwin gcc suport

2004-10-23 Thread KonZa
hi there im trying to compile my kerenl done in djgpp using latest stable cygwin but, i found that besides nasm has support for coff/elf and so biutils (elf), gcc doesnt and only suports Pe. how-to make my cygwin gcc compile into elf or coff ? thnxs in advance... -- -- Unsubscribe in

Re: wstring, how?

2004-10-23 Thread Larry Hall
At 07:44 PM 10/22/2004, you wrote: >#include >class{ > std::wstring wstr; //<<== syntax error before ; token >}; > >g++ -Wall -g -c program.exe -o filename.cpp > >Can someone tell me what I am dong wrong or why I get this error message? Presuming you're using the latest Cygwin gcc/g++ releas

Fwd: Cygwin startup problem

2004-10-23 Thread warrenmcneely
I tinkered in the registry and it almost works I get the following now bash.exe: warning: could not find /tmp, please create! bash-2.05b$ How do I go about doing this? Thanks again, Warren McNeely Date: Sat, 23 Oct 2004 10:34:23 -0700 To: [EMAIL PROTECTED] From: [EMAIL PROTECTED] Subject: Cygwin st

Re: Cygwin startup problem

2004-10-23 Thread J. David Boyd
[EMAIL PROTECTED] writes: > Hi, > > Problem: > I click on the Cygwin icon and Win 2k Pro brings up the "open with" > window. I have just reinstalled Win 2K and have remnants of the > earlier Win 2k which I could not repair and which I have been trying > to eliminate step by step. Anyway I did a

Re: Fwd: Cygwin startup problem

2004-10-23 Thread Robin Bowes
[EMAIL PROTECTED] wrote: I tinkered in the registry and it almost works I get the following now bash.exe: warning: could not find /tmp, please create! bash-2.05b$ How do I go about doing this? Erm, "mkdir /tmp" perhaps? R. -- http://robinbowes.com -- Unsubscribe info: http://cygwin.com/ml/#uns

Re: error: `::acosl' undeclared : #INCLUDE and

2004-10-23 Thread Gerrit P. Haase
[EMAIL PROTECTED] wrote: Hello, I am compiling using the latest Cygwin. My main.cpp starts with: Could please send my a snippet that I can use to test the compiler as I have installed it here? I need to reproduce your error, else I cannot tell you anything. Gerrit -- =^..^= -- Unsubscribe info:

Re: Fwd: Cygwin startup problem

2004-10-23 Thread warrenmcneely
Robin, No such luck! By the way I did the install again and now the /tmp warning is gone.. But now I cannot figure out how to get to home with this "bash-2.05b$"in the console. Used to be that when I started Cygwin it got me to my home directory. Now it opens to "bash-2.05b$" and I am stuck--bei

Re: wstring, how?

2004-10-23 Thread Gerrit P. Haase
Larry Hall wrote: At 07:44 PM 10/22/2004, you wrote: #include class{ std::wstring wstr; //<<== syntax error before ; token }; g++ -Wall -g -c program.exe -o filename.cpp Can someone tell me what I am dong wrong or why I get this error message? Presuming you're using the latest Cygwin gcc/g++ r

Re: Build/Linker question again (g++)

2004-10-23 Thread Gerrit P. Haase
Judd wrote: The error I'm getting now is: /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/libgcc.a(_chkstk.o)(.text+0x0): multiple definition of `__alloca' /usr/lib/libcygwin.a(d85.o)(.text+0x0): first defined here /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/libgcc.a(_eprintf.o)(.t

Re: wstring, how?

2004-10-23 Thread Larry Hall
At 06:31 PM 10/23/2004, you wrote: >Larry Hall wrote: > >>At 07:44 PM 10/22/2004, you wrote: >> >>>#include >>>class{ >>>std::wstring wstr; //<<== syntax error before ; token >>>}; >>> >>>g++ -Wall -g -c program.exe -o filename.cpp >>> >>>Can someone tell me what I am dong wrong or why I get thi

Re: minires-devel-0.97-1: resolv.h fails

2004-10-23 Thread Pierre A. Humblet
At 01:03 PM 10/18/2004 +0200, Corinna Vinschen wrote: >On Oct 18 03:28, Reini Urban wrote: >> minires-devel-0.97-1: >> #include fails suddenly. >> >> Apparently /usr/include/resolv.h misses the definition for >> sockaddr_in, which is defined in >> >> Have no clue why it suddenly fails. Anyone