Cross Compiler and __RUNTIME_PSEUDO_RELOC_LIST__

2003-03-30 Thread Tim Renner
Alright, I've "successfully"(Untested ;) built a gcc-2.95.3-10 cross compiler on linux from the Cygwin sources, but when linking I get this error: Ender:/tmp # i386-pc-cygwin-g++ -o test.exe test.cpp /root/cross/i386-pc-cygwin/lib/libcygwin.a(pseudo-reloc.o)(.text+0x49): undefined reference to

Re: Cygwin Newbie Question

2003-03-30 Thread rdamle
Dave, I am not sure if you got an answer to your Cygwin install question, but here is what I did when I was faced with the same problem a few weeks ago. I was trying a fresh install of version 1.3.22.1 on a WinXP and Win2K machine and noticed that the /home/ directory was not formed as I had seen

Re: RPM-4.1 port to cygwin available

2003-03-30 Thread Charles Wilson
Peter Ring wrote: I'm much too honoured -- I'm sorry to say that it must be some namesake Peter. Nope, I'm just an idiot. In my defense, it HAS been a while (last confirmed sighting, Nov 2000). The guy I was thinking of was *Michael* Ring, not Peter. Sorry. I'll go hide now. --Chuck -- Unsu

Re: gdbm, libgdbm3, libgdbm-devel 1.8.3-1

2003-03-30 Thread Charles Wilson
Gerrit P. Haase wrote: But I still have to say gcc -o chuck.exe .. -lgdbm_compat -lgdbm right? wrong? IMO: wrong. If there is just the runtime dependency as it seems to be in perl, then there is no need to link against libgdbm. You are correct. As it happens, I was messing around with

Re: Error installing cygwin on Win xp, + keyboard mapping question

2003-03-30 Thread Elfyn McBratney
> I've just been trying Cygwin for the first time on a newish MS Win XP box. > I'm using the network install option (via mirror.aarnet.edu.au) and adding > a few extra items to the 'default' install, such as XFree86 and most of > the 'development tools' (gcc etc), and of course, vim. (The goal her

FAQ HTML ISSUE: Frames Poorly Proportioned

2003-03-30 Thread David A. Cobb
I went to the FAQ and found that, strangely, the upper frame containing all the meat of the text was very small, while the lower frame containing only about 1-1/2 inches of content was much larger. Now I know well that you'all produce good looking pages ( NO sarcasm intended ), so I blamed my

bash hang ( G:\Cygwin\bin\find.exe: *** WFSO timed out for after longjmp)

2003-03-30 Thread Elfyn McBratney
Hi, I've seen this quite a lot of hangs over the last 3-4 months when doing large find's and it's not always easy reproduce and normally occurs when find has finished and returned, but not always. If you run the following from a bash prompt (seen it in cmd.exe and rxvt) and run the following $ fi

Re: gcc/Cygwin awareness

2003-03-30 Thread John Williams
Elfyn McBratney wrote: You could use this #if defined(__GNUC__) && defined(__CYGWIN__) So __CYGWIN__ is defined in the preprocessor environment when compiling under Cygwin? That's precisely what I'm after, thanks. John -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug re

Re: gcc/Cygwin awareness

2003-03-30 Thread Elfyn McBratney
> Is there a macro defined in gcc when running under Cygwin as opposed to, > say, linux? Not too sure, All I could find was GCC_VERSION , __GNUC__ and IN_GCC . > I'd like to code something like > > #ifdef _GCC_UNDER_CYGWIN > blah blah > #else > blah blah > #endif You could use this #if define

gcc/Cygwin awareness

2003-03-30 Thread John Williams
Hi folks, Is there a macro defined in gcc when running under Cygwin as opposed to, say, linux? I'd like to code something like #ifdef _GCC_UNDER_CYGWIN blah blah #else blah blah #endif This is to get around the fact that Cygwin doesn't provide the libgen.h header file, which I need to build uC

Re: CVS Tags for 1.3.22 [FAQ alert]

2003-03-30 Thread Christopher Faylor
On Sun, Mar 30, 2003 at 05:59:53PM -0500, Igor Pechtchanski wrote: >On Sun, 30 Mar 2003, Christopher Faylor wrote: >> The only branches that are actively being worked on are my branch and >> the trunk. There is nothing happening on any other branch. >> cgf > >Does this mean that all further Cygwin

Re: CVS Tags for 1.3.22

2003-03-30 Thread Igor Pechtchanski
On Sun, 30 Mar 2003, Christopher Faylor wrote: > On Sun, Mar 30, 2003 at 05:52:59PM -0500, Igor Pechtchanski wrote: > >On Sun, 30 Mar 2003 [EMAIL PROTECTED] wrote: > >> I couldn't find any CVS tags to build Cygwin 1.3.22 from source; the best > >> I could find was the branch "dontuse-21" which doe

Re: CVS Tags for 1.3.22

2003-03-30 Thread Christopher Faylor
On Sun, Mar 30, 2003 at 05:52:59PM -0500, Igor Pechtchanski wrote: >On Sun, 30 Mar 2003 [EMAIL PROTECTED] wrote: >> I couldn't find any CVS tags to build Cygwin 1.3.22 from source; the best >> I could find was the branch "dontuse-21" which doesn't seem to be correct. >> Is there some documentation

Re: CVS Tags for 1.3.22

2003-03-30 Thread Igor Pechtchanski
On Sun, 30 Mar 2003 [EMAIL PROTECTED] wrote: > Hi, > > I couldn't find any CVS tags to build Cygwin 1.3.22 from source; the best > I could find was the branch "dontuse-21" which doesn't seem to be correct. > Is there some documentation around this somewhere on the Cygwin web pages? > If not, could

Re: bash bug report? Minor border case:

2003-03-30 Thread Christopher Faylor
On Sun, Mar 30, 2003 at 05:39:50PM -0500, Igor Pechtchanski wrote: >On Sun, 30 Mar 2003, Gerrit P. Haase wrote: >>>Nothing more intelligent that a self documenting name. :-) >> >>app means 'application packaging problems'. Gerrit > >*LOL* Bravo, Gerrit! Chris, is this one a candidate for the OLOC

Re: CVS Tags for 1.3.22

2003-03-30 Thread Christopher Faylor
On Sun, Mar 30, 2003 at 08:14:30PM +0200, [EMAIL PROTECTED] wrote: >I couldn't find any CVS tags to build Cygwin 1.3.22 from source; the best >I could find was the branch "dontuse-21" which doesn't seem to be correct. There are no tags for public use. >Furthermore, is there some documentation abo

Re: bash bug report? Minor border case:

2003-03-30 Thread Igor Pechtchanski
On Sun, 30 Mar 2003, Gerrit P. Haase wrote: > Hallo linda, > > > Nothing more intelligent that a self documenting name. :-) > > app means 'application packaging problems'. > Gerrit *LOL* Bravo, Gerrit! Chris, is this one a candidate for the OLOCA? ;-) Igor --

CVS Tags for 1.3.22

2003-03-30 Thread cm1
Hi, I couldn't find any CVS tags to build Cygwin 1.3.22 from source; the best I could find was the branch "dontuse-21" which doesn't seem to be correct. Is there some documentation around this somewhere on the Cygwin web pages? If not, could someone let me know which tags/time stamps to use? I don

Re: Share exception between shared lib and an application...

2003-03-30 Thread Gerrit P. Haase
Hallo Elfyn, >> And there is an additional exe.exe in the src directory, >> but I'm not sure what it is good for or where it does came >> from? > I think that's from the libtool wrapper magic Charles introduced in the > latest libtool... I'll have to read the docs. It seems it is good for the '

cygwin + apache + php problem

2003-03-30 Thread Adam Csillag
Hi, I'm having problems starting apache with php. I get the following error, when I run /usr/sbin/apachectl start : Syntax error on line 236 of /etc/apache/httpd.conf: Cannot load /usr/lib/apache/libphp4.dll into server: dlopen: Win32 error 998 /usr/sbin/apachectl start: httpd could not be starte

Re: Share exception between shared lib and an application...

2003-03-30 Thread Elfyn McBratney
> Hallo Vaillant, > > Am Sonntag, 30. März 2003 um 22:01 schriebst du: > > > Well, > > > I use autoconf, automake and libtool... > > I did: > $ aclocal > $ libtoolize --force --copy --automake > $ autoheader > $ automake --foreign --add-missing --copy > $ autoconf > $ ./configure > $ make > $ cd sr

Re: Share exception between shared lib and an application...

2003-03-30 Thread Gerrit P. Haase
Hallo Vaillant, Am Sonntag, 30. März 2003 um 22:01 schriebst du: > Well, > I use autoconf, automake and libtool... I did: $ aclocal $ libtoolize --force --copy --automake $ autoheader $ automake --foreign --add-missing --copy $ autoconf $ ./configure $ make $ cd src $ cp exe2.exe .libs $ cd .li

Re: rxvt & vi

2003-03-30 Thread Elfyn McBratney
> I've set the # of lines for an rxvt console to 80; > When I invoke vi from such a console this linecount is honored. > When I use this rxvt console to log on to another computer (telnet/rlogin) > and invoke vi there, vi always behaves as if it was invoked from a 24-lines > terminal. > Is that exp

Re: bash bug report? Minor border case:

2003-03-30 Thread Gerrit P. Haase
Hallo linda, > Nothing more intelligent that a self documenting name. :-) app means 'application packaging problems'. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.co

Re: bash bug report? Minor border case:

2003-03-30 Thread Christopher Faylor
On Sun, Mar 30, 2003 at 12:42:03PM -0800, linda w (cyg) wrote: >Agreed. Perhaps the naming should be a bit more evident. Or, perhaps you should school yourself to do some research before you start blindly sending email. At the very least you could do some research before responding to valid obse

Re: bash bug report? Minor border case:

2003-03-30 Thread Elfyn McBratney
> Agreed. Perhaps the naming should be a bit more evident. > I don't reread the list purpose everytime I do a post. Cygwin-packaging or cygwin-app-packag[e/ing] would be a bit more self- > documenting. Nothing more intelligent that a self documenting > name. :-) > -linda Maybe. But that documen

RE: bash bug report? Minor border case:

2003-03-30 Thread linda w \(cyg\)
Agreed. Perhaps the naming should be a bit more evident. I don't reread the list purpose everytime I do a post. Cygwin-packaging or cygwin-app-packag[e/ing] would be a bit more self- documenting. Nothing more intelligent that a self documenting name. :-) -linda > -Original Message- >

RE: RPM-4.1 port to cygwin available

2003-03-30 Thread Peter Ring
I'm much too honoured -- I'm sorry to say that it must be some namesake Peter. kind regards Peter Ring -Original Message- From: Charles Wilson [mailto:[EMAIL PROTECTED] Sent: 29. marts 2003 04:40 To: Peter Ring Subject: Re: RPM-4.1 port to cygwin available Peter Ring wrote: > There's su

RE: bash bug report? Minor border case:

2003-03-30 Thread Igor Pechtchanski
Linda, I shan't delve into the intuitiveness of list naming here. There is a clear description of what each list is about, and your message does not conform to the description of . To quote: cygwin-apps: a subscriber-only list for discussing packaging issues regarding applications that are dist

Re: compile error in types.h?

2003-03-30 Thread Igor Pechtchanski
On Sat, 29 Mar 2003, Alexander Enchevich wrote: > I am getting this compilation error in types.h: > - > c++ -O2 -g -O0 -march=i586 -Wall -Wunused -c -o RevPlayer.o RevPlayer.cpp > In file included from /usr/include/cygwin/in.h:21, > from /usr/incl

Re: Cygwin needs a splint'er

2003-03-30 Thread Gerrit P. Haase
Hallo Elfyn, >> This package gets my vote! > So does yours. ;-) I'm just dounloading perl-5.8 now... Since I didn't saw you in the logfiles and my Cygwin Apache seems to hang again, I restarted the service right now. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscri

Re: Share exception between shared lib and an application...

2003-03-30 Thread Vaillant Etienne
Well, I use autoconf, automake and libtool... I think the most simple is that I give you all my source file... And, principal line are : configure.in : - "AC_LIBTOOL_WIN32_DLL" src / Makefile.am : - "-no-undefined" for link flag of my librarie Etienne ps.zip Description: Zip compressed d

Re: Apache on cygwin

2003-03-30 Thread Frank Schmitt
"Gerrit P. Haase" <[EMAIL PROTECTED]> writes: >> I'm wondering how to start the Apache server provided as a Cygwin >> package. I can only find httpd.dll but no httpd.exe, so do I have to >> work with rundll32 or is this package not intended to work as a stand >> alone server but only to fulfill de

Re: gdbm, libgdbm3, libgdbm-devel 1.8.3-1

2003-03-30 Thread Gerrit P. Haase
Hallo Dr. Charles, >>>Further, it means that any application code that USED the "dbm" or >>>"ndbm" personalities, now needs to link with "-lgdbm_compat -lgdbm" and >>>not just -lgdbm. Most programs don't use the compatibility >>>personalities, and can simply continue to link only against -lgdbm

Re: Cygwin needs a splint'er

2003-03-30 Thread Elfyn McBratney
> > Hallo Elfyn, > > > > Am Samstag, 29. März 2003 um 19:25 schriebst du: > > > > > All, > > > > > I've had this lying around for ages, and I don't know why I didn't think > of > > > it before. Splint, as some of you may already know, builds OOTB on > Cygwin > > > and just requires a few tweaks to

Re: gdbm, libgdbm3, libgdbm-devel 1.8.3-1

2003-03-30 Thread Charles Wilson
Gerrit P. Haase wrote: Hallo Charles, Am Samstag, 29. März 2003 um 06:47 schriebst du: This means the cyggdbm_devel-3.dll is also in the libgdbm3 package. ^^ _compat Oops.I notice my original message also has a ton of grammatical and spe

Re: Cygwin needs a splint'er

2003-03-30 Thread Elfyn McBratney
> Hallo Elfyn, > > Am Samstag, 29. März 2003 um 19:25 schriebst du: > > > All, > > > I've had this lying around for ages, and I don't know why I didn't think of > > it before. Splint, as some of you may already know, builds OOTB on Cygwin > > and just requires a few tweaks to get rid of some warnin

Re: Share exception between shared lib and an application...

2003-03-30 Thread Steven O'Brien
On Sun, 30 Mar 2003 18:22:20 +0200, Vaillant Etienne wrote: > But I have a problem : exceptions between shared lib and an > application isn't support by Cygwin... > > To verify this, I made the following exemple : Etienne, you don't say how you compiled or linked your example. If the shared libra

Re: Apache on cygwin

2003-03-30 Thread Elfyn McBratney
> I'm wondering how to start the Apache server provided as a Cygwin > package. I can only find httpd.dll but no httpd.exe, so do I have to > work with rundll32 or is this package not intended to work as a stand > alone server but only to fulfill dependencies? The Apache server (httpd) can be start

Re: Apache on cygwin

2003-03-30 Thread Gerrit P. Haase
Hallo Frank, Am Sonntag, 30. März 2003 um 16:51 schriebst du: > Hello > I'm wondering how to start the Apache server provided as a Cygwin > package. I can only find httpd.dll but no httpd.exe, so do I have to > work with rundll32 or is this package not intended to work as a stand > alone server

Re: bash bug report? Minor border case:

2003-03-30 Thread Thorsten Kampe
* linda w (cyg) (03-03-30 19:56 +0100) Did you actually read what Igor Pechtchanski wrote? ,--- | > Linda, | > | > According to , this is | > off-topic for the list. Please | > remove from further replies. `--- Anyhow, there is no sense in quoting

RE: bash bug report? Minor border case:

2003-03-30 Thread linda w \(cyg\)
Is bash a cygwin app or a central part of the cygwin DLL? Guess bash must be part of cygwin. I always thought it was an app. Silly me. -linda > -Original Message- > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] > Sent: Sat, Mar 29, 2003 5:22p > To: linda w (cyg) > Cc: [EMAIL PROTE

Re: Allowing EASY install of thirtd party software (RE: Two GPLclarifications)

2003-03-30 Thread amores nolikeyjunk
re: http://sources.redhat.com/cygwin-apps/setup.html supplimental -> supplemental version. i.e. For package -> version. I.e., for package _ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=feature

Share exception between shared lib and an application...

2003-03-30 Thread Vaillant Etienne
Hi, Currently, I'm going to run an application on Cygwin from GNU/Linux... But I have a problem : exceptions between shared lib and an application isn't support by Cygwin... To verify this, I made the following exemple : Code C : share lib #include #include #include #include void nv1_fct1(voi

Apache on cygwin

2003-03-30 Thread Frank Schmitt
Hello I'm wondering how to start the Apache server provided as a Cygwin package. I can only find httpd.dll but no httpd.exe, so do I have to work with rundll32 or is this package not intended to work as a stand alone server but only to fulfill dependencies? I also couldn't find a man or info page

Re: gdbm, libgdbm3, libgdbm-devel 1.8.3-1

2003-03-30 Thread Gerrit P. Haase
Hallo Charles, Am Samstag, 29. März 2003 um 06:47 schriebst du: > This means the cyggdbm_devel-3.dll is also in the libgdbm3 package. ^^ _compat > Further, it means that any application code that USED the "dbm" or > "ndbm" personalities, now ne

Cygwin Hosted Linux (x86) targetted cross compiler problem

2003-03-30 Thread Vinay Chiniwar
Hi, 1. We are building crossgcc tool chain for the following : host - cygwin build - cygwin target- Linux(x86) meaning, a crossgcc built on CYGWIN, hosted on CYGWIN, but to produce code that will run on Linux/x86 platform. 2. our environment is as below : Windows 98/ CYGWIN

Re: latex listings.sty not found

2003-03-30 Thread Jan Nieuwenhuizen
[EMAIL PROTECTED] (John M. Adams) writes: > Here is an observation that makes me wonder if there is a bug in the > latest tetex distribution. Indeed, see: http://www.mail-archive.com/[EMAIL PROTECTED]/msg01871.html > So I went out and downloaded the listings package and installed it > accor