From: "phil smith" Newsgroups: comp.os.msdos.djgpp Subject: Re: make.info troubles Date: Mon, 30 Nov 1998 11:37:27 -0000 Organization: Posted via Supernews, http://www.supernews.com - Discussions start here! Lines: 42 Message-ID: <73tvv9$24b$1@supernews.com> References: <3661C677 DOT 7842 AT wco DOT com> NNTP-Posting-Host: 195.224.74.49 X-Trace: 912425769 JOYW4DCNA4A31C3E0C usenet76.supernews.com X-Complaints-To: newsabuse AT supernews DOT com X-Newsreader: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, Part 1: Can't give you much help if you don't give us the versions of files you have downloaded and error message you get etc. You should have txi312b.zip (gives you info) and mak377b.zip. All you need to run info on the "make" node is your INFOPATH environment variable set to the directory containing make.inf eg INFOPATH= c:\djgpp\info. Part 2: I think your problem is when compiling from test.o to test.exe you are using the -c command line option to gcc. This option stops linking occurring. Use COPTS for compiling C code and something else for when you want to link your *.o to *.exe. Hope this helps Phil Smith Software Engineer AG Electronics Mike_and_Beth wrote in message <3661C677 DOT 7842 AT wco DOT com>... >2-parts... > >part-1::get make module plugged into info- >I've downloaded all djgpp /v2.. from simtel ftp. "info" runs for most >of it's nodes but not for the "make" node. I've found make.info but have >no idea how to hook it up to the "info" that currently runs. what do I >need to do to be able to use make.info ? > >part-2::help learning makefile syntax etc... >This all started as I was trying to learn make. and of course can't get >make to compile even a simple single .c(that does compile with gcc) > >I get a tt.o but no test.exe ? > >What am I doing wrong/missing ? > > >Thanks - Mike Purtell