Newsgroups: comp.speech
Path: pavo.csi.cam.ac.uk!doc.ic.ac.uk!pipex!uunet!europa.eng.gtefsd.com!darwin.sura.net!math.ohio-state.edu!sdd.hp.com!decwrl!decwrl!koriel!sh.wide!wnoc-kyo!atrwide!atr-la!awb
From: awb@itl.atr.co.jp (Alan W Black)
Subject: Re: Compliing OGI speech tools with gcc?
In-Reply-To: jialong@neuro.Berkeley.EDU's message of Thu, 5 Aug 1993 07:12:26 GMT
Message-ID: <AWB.93Aug6090030@as53.itl.atr.co.jp>
Sender: news@itl.atr.co.jp (USENET News System)
Nntp-Posting-Host: as53
Organization: ATR Interpreting Telecommunications Research Labs.,Japan
References: <1993Aug5.071226.24327@wega.rz.uni-ulm.de>
Date: Fri, 6 Aug 1993 00:00:30 GMT
Lines: 40

In article <1993Aug5.071226.24327@wega.rz.uni-ulm.de> jialong@neuro.Berkeley.EDU (Jialong He) writes:
 |
 |    I saw a announcement of OGI Speech tools and downloaded it from speech.cse.ogi.edu. I have
 |a SUN workstation2 with SunOS v4.1.2 installed. Since I do not have acc complier I try to use
 |GNU gcc v2.3.3 to complie it, but I got the following messages:
 |
 | [ info deleted ]
 |
 |Does anybody have a luck to complie it with GNU gcc on Sun?
 |
 |
 |Jialong
 |

[Your address jialong.neuro.berkeley.edu doesn't work from here so
 I couldn't mail you directly]

I have it compiled under sunos 4.1.3 with gcc-2.4.5 First thing, I
recommend is the deletion of -dalign, this causes my gcc to dump debug
information thus requiring well over 100 Meg to compile the package.
The actual problem you are having is I think to do with fixincludes.
This is done automatically in gcc-2.4.5 but not in gcc-2.3.3, I ended
up installing a new version of gcc because I'd forgotten to run it
before.  The errors you are getting are almost certainly due to
structures not being defined which happens when gcc is confused about
include files so I'm fairly sure that's you problem.  My sun4.conf
produces compiler options just like yours (i.e. gcc, not gcc
-traditional).

hope this helps

Alan

* Alan W Black ---  ATR Interpreting Telecommunications Laboratories *
2-2 Hikaridai                         email: awb@itl.atr.co.jp
Seika-cho, Soraku-gun,                tel: (+81) 7749 5 1314
Kyoto 619-02, Japan                   fax: (+81) 7749 5 1308



