1. PEu and Solaris

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.

new topic     » topic index » view message » categorize

2. Re: PEu and Solaris

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

new topic     » goto parent     » topic index » view message » categorize

3. Re: PEu and Solaris

>   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


Nope, didn't work..
This is the message I got: "make: Fatal error in reader: MAKEFILE, line 10:
Unexpected end of line seen"

Maybe I'm unpacking the files into the wrong directory (?)  I'm using
/home/xxx   where "xxx" is my username.

_________________________________________________________________________
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.

new topic     » goto parent     » topic index » view message » categorize

4. Re: PEu and Solaris

Hello mic,
      I thought that Peu consisted only of two files.. peu.c and
      test.ex not makefile.. I used gcc peu.c -o peu.exe and worked
      fine. What compiler do u have on solaris?

--
Best regards,                            ICQ Number: 3198249
 Caballero Rojo                          mailto:pampeano at rocketmail.com

Monday, September 04, 2000, 7:17:08 AM, you wrote:

>>   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


m_> Nope, didn't work..
m_> This is the message I got: "make: Fatal error in reader: MAKEFILE, line 10:
m_> Unexpected end of line seen"

m_> Maybe I'm unpacking the files into the wrong directory (?)  I'm using
m_> /home/xxx   where "xxx" is my username.

m_> _________________________________________________________________________
m_> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

m_> Share information about yourself, create your own public profile at
m_> http://profiles.msn.com.



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

new topic     » goto parent     » topic index » view message » categorize

5. Re: PEu and Solaris

>       I thought that Peu consisted only of two files.. peu.c and
>       test.ex not makefile.. I used gcc peu.c -o peu.exe and worked
>       fine. What compiler do u have on solaris?
>
>--
>Best regards,                            ICQ Number: 3198249
>  Caballero Rojo

Solaris is just SUN's own version of UNIX (as far as I know), so it comes
with the GNU C compiler (gcc, version 2.8.1).
The package I downloaded came with a whole bunch of files, and to me it
seems like I have to compile all the files in /SRC/ and then link all the
object files together to form the interpreter.
There where (at least) 2 makefiles included in the package, one at the top
level and one in /SRC/. I've tried both but neither of them worked.
I guess I'll just have to wait until Rob decides to make a SPARC distro of
Euphoria and code on my PC in the meantime..

_________________________________________________________________________
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.

new topic     » goto parent     » topic index » view message » categorize

6. Re: PEu and Solaris

FYI gcc and a whole bunch of other stuff for Solaris can be found at:

   http://www.sunfreeware.com/

Regards,

Andy Cranston.

-----Original Message-----
From: mic _ [mailto:stabmaster_ at HOTMAIL.COM]
Sent: 05 September 2000 11:13
To: EUPHORIA at LISTSERV.MUOHIO.EDU
Subject: Re: PEu and Solaris


>       I thought that Peu consisted only of two files.. peu.c and
>       test.ex not makefile.. I used gcc peu.c -o peu.exe and worked
>       fine. What compiler do u have on solaris?
>
>--
>Best regards,                            ICQ Number: 3198249
>  Caballero Rojo

Solaris is just SUN's own version of UNIX (as far as I know), so it comes
with the GNU C compiler (gcc, version 2.8.1).
The package I downloaded came with a whole bunch of files, and to me it
seems like I have to compile all the files in /SRC/ and then link all the
object files together to form the interpreter.
There where (at least) 2 makefiles included in the package, one at the top
level and one in /SRC/. I've tried both but neither of them worked.
I guess I'll just have to wait until Rob decides to make a SPARC distro of
Euphoria and code on my PC in the meantime..

_________________________________________________________________________
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.

new topic     » goto parent     » topic index » view message » categorize

7. Re: PEu and Solaris

I've downloaded a new package from Menmo and you're right.. there are
subdirectorios.. I just had an old version..
Unfortunatly I'm now like u, I can't get Peu compiled on Win32 gcc.. =(
Maybe Pete can answer to this if his not busy as he said he was on his
news section..

Best Regards,
    Red Knight

>
> Solaris is just SUN's own version of UNIX (as far as I know), so it
> comes
> with the GNU C compiler (gcc, version 2.8.1).
> The package I downloaded came with a whole bunch of files, and to me
> it
> seems like I have to compile all the files in /SRC/ and then link all
> the
> object files together to form the interpreter.
> There where (at least) 2 makefiles included in the package, one at
> the top
> level and one in /SRC/. I've tried both but neither of them worked.
> I guess I'll just have to wait until Rob decides to make a SPARC
> distro of
> Euphoria and code on my PC in the meantime..
>
>
_________________________________________________________________________
> 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.


__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu