Re: PEu and Solaris
- Posted by Bernie <xotron at PCOM.NET> Aug 31, 2000
- 510 views
On Thu, 31 Aug 2000 08:33:16 GMT, mic _ <stabmaster_ at HOTMAIL.COM> wrote: >Maybe someone can help me with this: >I've downloaded the latest version of PEu (aug 25) and wan't to compile it >on a Sun (SPARC) Ultra 10 running Solaris 5.7, but make just says "Fatal >error in reader: MAKEFILE, line 4: Unexpected end of line seen". >This is the command I'm using: make -f MAKEFILE > >_________________________________________________________________________ >Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > >Share information about yourself, create your own public profile at >http://profiles.msn.com. I'am not running Solaris but I looked at the make file and and is says to use make PLATFORM=DOS32 -f makefile be sure you are in the SRC directory and using that makefile. This will generate the DOS32 version using GCC, which is the version that is used on Solaris. Bernie