X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f NNTP-Posting-Date: Fri, 20 Apr 2007 19:43:06 -0500 Date: Fri, 20 Apr 2007 17:42:59 -0700 From: Jim Michaels User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: missing ANSI functions in memory.h References: <58kegmF2gqrdnU1 AT mid DOT individual DOT net> <6fidncRj4KsWiLjbnZ2dnUVZ_vfinZ2d AT comcast DOT com> <58ks5tF2h2tf9U3 AT mid DOT individual DOT net> <58qe0mF2i279jU1 AT mid DOT individual DOT net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Lines: 49 NNTP-Posting-Host: 24.20.110.103 X-Trace: sv3-legDFogrmkhxWg2NYqQN7+0ezmFVIKExlBCf/M1tWfT8S1kGxkuC8AGW2zFzpnSdGY7/JgATHhPtBN2!vEVdEGPHBngkfEWL103Ih5H3tDMkLSvu+bZZzJn1uzIILeM+09GFz0A80wB08L155Vv3EnZH9lVC!GF6rz0/2YmhFwfgAgdGEL55uJjw5MQ== X-Complaints-To: abuse AT comcast DOT net X-DMCA-Complaints-To: dmca AT comcast DOT net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.34 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jim Michaels wrote: > Martin Ambuhl wrote: >> Jim Michaels wrote: >>> Martin Ambuhl wrote: >>>> Jim Michaels wrote: >>>>> Martin Ambuhl wrote: >>>> [,,,] >>>> >>>>>> If your intent is to write C, learn to use gcc so it compiles C. >>>> >>>>> hmm. I am using DJGPP. this is what rhide compiles .cc files with >>>>> by default. I know of no way to fix this. should it be using gxx >>>>> instead? I don't know the difference. >>>> >>>> Name them properly, as .c files. Djgpp comes with adequate >>>> documentation; you should use it. Try "info gcc invoking". >>>> >>>> >>> >>> no manual entry for gcc. >>> I am surprised info actually did something besides give me an error >>> this time. >> >> It's time for you to read up on 'install-info'. >> >> >> > > install-info: No input file specified; try --help for more information. > > this is from the the default install. > "Just unzip the files" I forgot to add, DJGPP doesn't appear to build "out of the box", so I am not sure how I would rebuild the texinfo files of every package. not even the configure scripts work right in BASH. I don't know what DJ did to build these binaries, but he did something really special and seemingly undocumented. I can't get any builds to work without generating errors. DJGPP in itself is a huge undertaking, and I am very thankful for the port effort though. I can compile stuff if it's using standard libraries, but not with gmp. it can't find gmp.h and it's in the v2gnu/include directory. I installed "the whole thing". unzipped the packages into their proper directories, source and all.