public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Documentation
@ 2001-09-19 14:44 dewar
  0 siblings, 0 replies; 16+ messages in thread
From: dewar @ 2001-09-19 14:44 UTC (permalink / raw)
  To: gcc, pfk

I definitely agree with this comment, I have never liked the odd use of
the back quote.

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Documentation
@ 2001-09-19 14:31 Frank Klemm
  2001-09-19 14:51 ` Documentation Joseph S. Myers
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Frank Klemm @ 2001-09-19 14:31 UTC (permalink / raw)
  To: gcc

The GNU quotation style is wrong, which uses apostrophe and accent grave for
quotation:


	`hi!'

On modern terminals this look like:


      ###                              ##
        ##      ##         ##     ##   ##
         ##     ##         ##     ##   ##
           #    ##                ##   ##
                ## ###    ###     ##
                ###  ##    ##     ##
                ##   ##    ##     ##
                ##   ##    ##
                ##   ##    ##     ##
                ##   ##   ####    ##


which is wrong and also looks very ugly.
The right way to quote is:

	'hi!'

which looks like

           ##                          ##
           ##   ##         ##     ##   ##
           ##   ##         ##     ##   ##
           ##   ##                ##   ##
                ## ###    ###     ##
                ###  ##    ##     ##
                ##   ##    ##     ##
                ##   ##    ##
                ##   ##    ##     ##
                ##   ##   ####    ##


For a good explanation of the problem see also:

    http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html

There is also a script to solve the problem.

BTW: The whole webpage http://www.cl.cam.ac.uk/~mgk25/ is interesting to read.

-- 
Frank Klemm
 

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Documentation
@ 2000-11-29  2:50 Rafael Rodríguez Velilla
  2000-11-29  9:07 ` Documentation Erik Mouw
  2000-11-29  9:34 ` Documentation Nick Burrett
  0 siblings, 2 replies; 16+ messages in thread
From: Rafael Rodríguez Velilla @ 2000-11-29  2:50 UTC (permalink / raw)
  To: gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 398 bytes --]

   I'm looking for documentation on how does gcc manges function
callings and how it organices the compiled code and data into the
different sections that it generates.

  I'm compiling for ARM with gcc and I'm mixing C code and assembler.

  Is there such a documentation?

--
Rafael Rodríguez Velilla        rrv@tid.es
Telefónica I+D          http://www.tid.es
Telf: 34 - 1 - 91 337 4270



^ permalink raw reply	[flat|nested] 16+ messages in thread
* Documentation
@ 2000-02-17  3:44 Gary Fletcher
  2000-02-17  7:49 ` Documentation Joe Buck
  0 siblings, 1 reply; 16+ messages in thread
From: Gary Fletcher @ 2000-02-17  3:44 UTC (permalink / raw)
  To: gcc

Hello

I felt I must write to you in order to discuss my dissapointment with
your cygwin and gcc product.

I am a Unix developer and have recently found a need to develop DLLs in
order to call C functions from Oracle Forms.  I have never produced DLLs
before and so required a simple method of doing this.  I was informed by
a friend, a solid Linux user, about your GCC compiler and Cygwin Bash
environment.  I was obviously delighted with the prospect of development
on a Unix type environment for windows systems.

How wrong I was.

I wrote my C file, (in wordpad as there is STILL no editor available
with cygwin even after all its incarnations), followed the, so called,
user manual as to how to produce the library as a DLL but to no avail.
No matter how I tried I could not produce a DLL, I could not even finish
of the first line of your compilation instructions without failing on
the entry point - where does it go?  In the myprog.c, in the mydll.c?
who can say - your "user manual" certainly cannot.

Also the manual states, and I quote:

------------------------------------------------------------------------------------

Note that we linked with -e _rdll_init@12. This tells the OS what the
DLL's "entry point" is, and this is a special function that coordinates
bringing
the dll to life withing the OS. The minimum function looks like this:

 #include <windows.h>

 int WINAPI
 rdll_init(HANDLE h, DWORD reason, void *foo)
 {
   return 1;
 }

-------------------------------------------------------------------------------------

Please tell me where -e _rdll_init@12 is mentioned before in the
documentation?  should it read -e, mydll_init@12?  I just ask because I
left my psychic abilities at home when I read this the other day and so
was unable to access the writers mind in order to discover the true
nature of this passage - from chapter 4:

http://sourceware.cygnus.com/cygwin/cygwin-ug-net/cygwin-ug-net.html

As I am aware User manuals are read by people who have very little idea
of the subject matter, therefore the need to read.  Yours seem to be
written for an expert who has no need for the material in the first
place, therfore no care has been taken to content.

The upshot of this is that myself and my company has decided to use
visual C++ from mircosoft in order that we can produce DLLs.

Please get your house in order otherwise Mr Gates will be able to sleep
easily in his bed.

I look forward to your reply..please use sentences that can be
understood by a Unix programmer.

Yours C++edly

Gary Fletcher
Senior Analyst/Programmer
Telinco Ltd

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Documentation
@ 1999-11-22  3:42 AM-Fiber AM-Fiber 1045A
  1999-11-23  4:40 ` Documentation Erik Mouw
  1999-11-30 23:37 ` Documentation AM-Fiber AM-Fiber 1045A
  0 siblings, 2 replies; 16+ messages in thread
From: AM-Fiber AM-Fiber 1045A @ 1999-11-22  3:42 UTC (permalink / raw)
  To: gcc

Sorry to bother you folks, but i've got a problem.

 I want to read thru some of Your FAQ's -
comp.lang.c.FAQ
comp.lang.c++.FAQ
comp.std.c++.FAQ
but i can only find them as html pages.
I have very limited Internet acess(cannot spend time to read online), and
wonder if there exists a downloadable version ?

I am only a beginner in C/C++ programming, and so far i haven't even been able
to locate a list over the contents of the header files in my system (sorry,
runs a '486/20Mb/66Mhz with Linux RedHat 5.2 and KDE 1.0 - i use xwpe as
frontend for gcc) - the result is, i keep trying to use some DOS-specific
headers, and ruin the whole thing. Thank God for Linux, in DOS i would probably
have to re-install everything... :-)

Can You suggest anything to read for a programmer novice on a *nix system ?
In advance, thanks for *ANY* help you can provide

Have a nice day -
Kim 'Pirat' Christensen
1045a@sciatl.dk
Kim_Pirat@mail.tele.dk

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

end of thread, other threads:[~2001-09-20  8:48 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-19 14:44 Documentation dewar
  -- strict thread matches above, loose matches on Subject: below --
2001-09-19 14:31 Documentation Frank Klemm
2001-09-19 14:51 ` Documentation Joseph S. Myers
2001-09-19 23:15 ` Documentation Marc Espie
2001-09-20  8:48 ` Documentation Florian Weimer
2000-11-29  2:50 Documentation Rafael Rodríguez Velilla
2000-11-29  9:07 ` Documentation Erik Mouw
2000-11-29  9:21   ` Documentation Richard Earnshaw
2000-11-29  9:34 ` Documentation Nick Burrett
2000-12-01  0:10   ` Documentation Rafael Rodríguez Velilla
2000-02-17  3:44 Documentation Gary Fletcher
2000-02-17  7:49 ` Documentation Joe Buck
1999-11-22  3:42 Documentation AM-Fiber AM-Fiber 1045A
1999-11-23  4:40 ` Documentation Erik Mouw
1999-11-30 23:37   ` Documentation Erik Mouw
1999-11-30 23:37 ` Documentation AM-Fiber AM-Fiber 1045A

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).