From: Harri Tuomela Newsgroups: comp.os.msdos.djgpp Subject: Problem with make: unexpected EOF while looking for ``' Date: Sun, 13 Feb 2000 14:42:56 +0200 Organization: Helsinki University of Technology Lines: 90 Message-ID: <38A6A6D0.6CA8CB67@i.am> NNTP-Posting-Host: cc-dialin2-27.hut.fi Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------D3B41D4D337034576D667150" X-Trace: nntp.hut.fi 950445676 11004 130.233.251.91 (13 Feb 2000 12:41:16 GMT) X-Complaints-To: usenet AT nntp DOT hut DOT fi NNTP-Posting-Date: 13 Feb 2000 12:41:16 GMT X-Mailer: Mozilla 4.61 [en] (Win95; I) X-Accept-Language: fi,en,sv To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. --------------D3B41D4D337034576D667150 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi! I have a following promlem. I use djgpp automake / autoconf to create makefiles for my project. My configure.in looks like this: AC_INIT(lib/util/util.h) AC_PROG_CC AC_PROG_INSTALL AC_PROG_RANLIB AM_INIT_AUTOMAKE(smime, 1.0) AC_OUTPUT(Makefile lib/Makefile lib/conf/Makefile) Running autoreconf, and ./configure passes smoothly but when I start to compile, the make program gives the error message below. Can I fix the problem somehow? Wbr, Harri Tuomela bash$ make c:/Windows/Temp/dj810000: unexpected EOF while looking for ``' c:/Windows/Temp/dj810000: c:/Windows/Temp/dj810000: line 2: syntax error Abort! Exiting due to signal SIGABRT Raised at eip=0001eaaf eax=00074fec ebx=00000000 ecx=00000000 edx=00000000 esi=00004000 edi=00000120 ebp=00075098 esp=00074fdc program=C:\DJGPP\BIN\MAKE.EXE cs: sel=00f7 base=83133000 limit=ffdc8fff ds: sel=00ff base=83133000 limit=ffdc8fff es: sel=00ff base=83133000 limit=ffdc8fff fs: sel=00cf base=00016b40 limit=0000ffff gs: sel=010f base=00000000 limit=ffffffff ss: sel=00ff base=83133000 limit=ffdc8fff App stack: [000763ac..000363ac] Exceptn stack: [00036300..000343c0] Call frame traceback EIPs: 0x0001bdab 0x0001eaaf 0x00027e0d 0x00027dbd 0x00028f2b 0x00021711 0x0001a93c 0x00005831 0x00005982 0x00005c1f 0x00004b6e 0x0000dbf1 0x0000d5b6 0x0000c91f 0x0000d7fc 0x0000d0b9 0x0000c91f 0x0000d7fc 0x0000d0b9 0x0000c91f 0x0000c5ee 0x00002eff 0x000197de --------------D3B41D4D337034576D667150 Content-Type: text/x-vcard; charset=us-ascii; name="harri.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Harri Tuomela Content-Disposition: attachment; filename="harri.vcf" begin:vcard n:Tuomela;Harri tel;cell:+358 9 4114 5580 tel;home:+358 9 881 64600 x-mozilla-html:TRUE url:http://harri.i.am/ org:Helsinki University of Technology adr:;;;;;;Finland version:2.1 email;internet:harri AT i DOT am title:Student fn:Harri Tuomela end:vcard --------------D3B41D4D337034576D667150--