public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* B20 bug reporting
@ 1998-10-31 16:27 Geoffrey Noer
  1998-11-01 11:04 ` Theodore Jump
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Geoffrey Noer @ 1998-10-31 16:27 UTC (permalink / raw)
  To: gnu-win32

I thought it would be good to remind people to *always* include the
release information with your bug reports.  So be sure to say whether
you are running b19 or b20 and any other useful information about your
environment.  If you are reporting a bug in the Cygwin API, it is
really necessary to provide a small test case -- we won't have time to 
track down what's going on otherwise...

Finally, the new cygcheck.exe utility included in b20 can be used to
determine some useful information about your tools setup.  If you are
reporting what is likely a configuration-related problem,it would be a
good idea for you to include the output of cygcheck -s in your email
to the list.

Thanks!

-- 
Geoffrey Noer
noer@cygnus.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: B20 bug reporting
  1998-10-31 16:27 B20 bug reporting Geoffrey Noer
@ 1998-11-01 11:04 ` Theodore Jump
  1998-11-03 13:49   ` Stipe Tolj
  1998-11-01 12:21 ` B20 tar source can't configure itself? Theodore Jump
       [not found] ` <363e78bc.4944062.cygnus.gnu-win32@janus>
  2 siblings, 1 reply; 7+ messages in thread
From: Theodore Jump @ 1998-11-01 11:04 UTC (permalink / raw)
  To: Geoffrey Noer; +Cc: gnu-win32

>Finally, the new cygcheck.exe utility included in b20 can be used to
>determine some useful information about your tools setup.  If you are

Question: cygckeck -s reports that it can't find either cpp or gdb on my system
(B20 of course), however I can compile cpp code with either "c++" or "g++" so I
must assume that it *can*.

Just wanted to report this oddity.
______________________________________________________________________
http://www.i21.com/~tjump                  http://www.fighterduel.com
----------------------------------------------------------------------
Congrats to Marco Pantani, Jan Ullrich, Bobby Julich, Erik Zabel,
Christophe Rinero and all the rest of the riders of Le Tour '98!
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: B20 tar source can't configure itself?
  1998-10-31 16:27 B20 bug reporting Geoffrey Noer
  1998-11-01 11:04 ` Theodore Jump
@ 1998-11-01 12:21 ` Theodore Jump
       [not found] ` <363e78bc.4944062.cygnus.gnu-win32@janus>
  2 siblings, 0 replies; 7+ messages in thread
From: Theodore Jump @ 1998-11-01 12:21 UTC (permalink / raw)
  To: gnu-win32

I wanted to add inline bzip2 support to tar so that you could do this:

	tar xvfI foo.tar.bz2

Instead of the two-command two-step, however when I ran "configure" in the
src/tar directory (from full-src.tar.bz2) it chokes before completing the
configure with the following message:

	checking host system type... configure: error: can not guess host type;
	you must specify one

Just for kicks, I unpacked and did the same thing with the tar-1.12.tar.gz
archive from a GNU site and configure ran to completion and tar built w/o
complaint (and is in fact the one I'm using now).

However, it would have been nicer if I could have just rebuilt the version that
shipped with the Cygwin sources since it's apparent to me that "you" have made
some changes/additions.

Is the only way I'm going to be able to build this to do a "root" configure -
aka: starting at the root of the Cygwin src tree?

-Ted
______________________________________________________________________
http://www.i21.com/~tjump                  http://www.fighterduel.com
----------------------------------------------------------------------
Congrats to Marco Pantani, Jan Ullrich, Bobby Julich, Erik Zabel,
Christophe Rinero and all the rest of the riders of Le Tour '98!
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: B20 bug reporting
       [not found] ` <363e78bc.4944062.cygnus.gnu-win32@janus>
@ 1998-11-02  0:02   ` DJ Delorie
  0 siblings, 0 replies; 7+ messages in thread
From: DJ Delorie @ 1998-11-02  0:02 UTC (permalink / raw)
  To: gnu-win32

Theodore Jump wrote:
> Question: cygckeck -s reports that it can't find either cpp or gdb on my system
> (B20 of course), however I can compile cpp code with either "c++" or "g++" so I
> must assume that it *can*.
> 
> Just wanted to report this oddity.

Odd if you don't know why I added a check for that.  "cpp" is a common
name that competing products may use for *their* pre-processor.
I check for it to make sure that it is *not* there, so that we
can be sure that gcc is using its own cpp, which is normally *not*
on the PATH.

DJGPP users encounter this problem occasionally with Borland C
installed.

"cpp" is the C Pre-Processor, which has little specifically to do with
the C++ language; it is used for C and C++ programs, some ASM files, and
other purposes as well.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: B20 bug reporting
  1998-11-01 11:04 ` Theodore Jump
@ 1998-11-03 13:49   ` Stipe Tolj
  1998-11-04 23:24     ` Mumit Khan
  0 siblings, 1 reply; 7+ messages in thread
From: Stipe Tolj @ 1998-11-03 13:49 UTC (permalink / raw)
  To: tjump; +Cc: Geoffrey Noer, gnu-win32

> Question: cygckeck -s reports that it can't find either cpp or gdb on my system
> (B20 of course), however I can compile cpp code with either "c++" or "g++" so I
> must assume that it *can*.

same thing for me running cygwin b20 on a Win98 box.

Regards,
Stipe

--
Stipe Tolj <tolj@uni-duesseldorf.de>
Cygwin32 Porting Project
Department of Economical Computer Science
University of Cologne, Germany
http://www-public.rz.uni-duesseldorf.de/~tolj




-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: B20 bug reporting
  1998-11-03 13:49   ` Stipe Tolj
@ 1998-11-04 23:24     ` Mumit Khan
  1998-11-06  9:01       ` Major Majordomo Problem (was: Re: B20 bug reporting) John Mullee
  0 siblings, 1 reply; 7+ messages in thread
From: Mumit Khan @ 1998-11-04 23:24 UTC (permalink / raw)
  To: Stipe Tolj; +Cc: tjump, gnu-win32

On Mon, 2 Nov 1998, Stipe Tolj wrote:

> > Question: cygckeck -s reports that it can't find either cpp or gdb on my system
> > (B20 of course), however I can compile cpp code with either "c++" or "g++" so I
> > must assume that it *can*.
> 
> same thing for me running cygwin b20 on a Win98 box.
> 

All the messages must be crossing each other, or that nobody's reading
them ;-)

GDB will accidentally left out of full.exe, which has since been fixed.

cygcheck should *not* find cpp; if it does, it may be a problem (eg.,
it might pick up Borland's cpp, which may cause problems).

Regards,
Mumit



-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Major Majordomo Problem (was: Re: B20 bug reporting)
  1998-11-04 23:24     ` Mumit Khan
@ 1998-11-06  9:01       ` John Mullee
  0 siblings, 0 replies; 7+ messages in thread
From: John Mullee @ 1998-11-06  9:01 UTC (permalink / raw)
  To: gnu-win32

I get messages dated several days before present -
is the list overloaded? what's going on?
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~1998-11-06  9:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-10-31 16:27 B20 bug reporting Geoffrey Noer
1998-11-01 11:04 ` Theodore Jump
1998-11-03 13:49   ` Stipe Tolj
1998-11-04 23:24     ` Mumit Khan
1998-11-06  9:01       ` Major Majordomo Problem (was: Re: B20 bug reporting) John Mullee
1998-11-01 12:21 ` B20 tar source can't configure itself? Theodore Jump
     [not found] ` <363e78bc.4944062.cygnus.gnu-win32@janus>
1998-11-02  0:02   ` B20 bug reporting DJ Delorie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).