www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1994/12/03/01:09:14

Date: Fri, 2 Dec 94 14:28:37 -0500
From: dj AT stealth DOT ctron DOT com (DJ Delorie)
To: jyoung AT apanix DOT apana DOT org DOT au
Cc: djgpp AT sun DOT soe DOT clarkson DOT edu
Subject: Re: Questions...

> Don't think I'm too thick, but what is the DVX X11R5 toolkit??  Also, what

It's a development kit for DESQview/X's server.  It lets you write
X programs.

> is GDB??  Also, I downloaded txi310bn.zip, and it contained some help

GDB is the Gnu DeBugger.

> files, but it only contained the help files for the standard C library!! 
> Do I have to get txi310dc.zip, or some other stuff to get ALL the docs??

djdoc112.zip includes djgpp's docs, each program has it's own *dc.zip
file, and txi310bn.zip has info.exe, which reads them.

> I've been having some WEIRD problems with make 3.71.  It keeps saying
> 'Missing separator.  Stop.' when I don't put a TAB char in on a new line!!
> This doesn't work:
> 
> .c.o:
> 	$(CC) $(CFLAGS) -o$*.o $*.c
> 
> with SPACES before $(CC), but this does work:
> 
> .c.o:
> 	$(CC) $(CFLAGS) -o$*.o $*.c
> 
> with a TAB char before $(CC), even though the code is the same!!  I
> thought make was supposed to disregard tabs, and only take notice of
> spaces!  Is this a bug, or a feature??

make requires tabs.  Nearly all makes are this way.


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019