Re: [Sqlrelay-discussion] Problems installing Rudiments 0.27 in Solaris 8.0
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2005-03-17 17:53:44
|
Rudiments requires GNU make to build. The default "make" that comes with the solaris development kit won't work. You probably need to install GNU make and either put it ahead of the Sun make in your PATH or run "gmake" instead of "make". David Muse dav...@fi... On Mon, 14 Mar 2005 08:39:09 -0800 (PST) Bernard Wu <eya...@ya...> wrote: > Hi list members, > Just trying to install rudiments-0.27 in Solaris 8.0. > The configure runs fine. > But when I try to run "make" I get the following > errors : > > panda:/tmp/rudiments-0.27 # make > cd src; make all > make: Fatal error in reader: ../features.mk, line 8: > Unexpected end of line seen > Current working directory /tmp/rudiments-0.27/src > *** Error code 1 > make: Fatal error: Command failed for target `all' > panda:/tmp/rudiments-0.27 # > > I am using gcc 3.3.2. > > Any help is much appreciated. > TIA > Benrie Wu > > > > __________________________________ > Do you Yahoo!? > Yahoo! Small Business - Try our new resources site! > http://smallbusiness.yahoo.com/resources/ > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real > users. Discover which products truly live up to the hype. Start > reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Sqlrelay-discussion mailing list > Sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion > |