Re: RE : [fpc-pascal] 2.6.0 for Solaris?

2012-05-09 Thread Mark Morgan Lloyd

microc...@zoho.com wrote:

On Wed, 9 May 2012 17:19:59 +0200
"Ludo Brands"  wrote:

Hi, I was looking to try FPC but I saw the latest release 
isn't available for Solaris, only 2.4something. Do you guys 
plan on releasing the new version on Solaris? Do you intend 
to keep supporting Solaris?



2.6.0 is available for intel from
ftp://ftp.freepascal.org/pub/fpc/dist/2.6.0/i386-solaris/fpc-2.6.0.i386-sola
ris.tar.gz and
ftp://ftp.freepascal.org/pub/fpc/dist/2.6.0/x86_64-solaris/fpc-2.6.0.x86_64-
solaris.tar.gz

Ludo



There is a directory for Solaris SPARC but it is empty. Is it possible to
get 2.6.0 for Solaris SPARC? Thanks again.


I've got a copy that I've built and run here, but I started off with an 
earlier version and had to jump through a few hoops to get it installed.


I strongly recommend using 2.6 as an interim release on SPARC, since 
there were code-generation bugs that weren't fixed until a few months 
ago- the fixes are in 2.7.1 but haven't been backported.


Having said that, 2.7.1 plus the trunk version of Lazarus work fine 
together for basic projects (there's things I don't routinely test, like 
database access).


--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] 2.6.0 for Solaris? And other questions

2012-05-09 Thread Tomas Hajny
On Wed, May 9, 2012 16:14, microc...@zoho.com wrote:
> Sorry if this is a duplicate. I sent it from my phone yesterday but it has
> not shown up yet, possibly due to the html issue.
>
> I was looking to try FPC and I downloaded the Linux version. I saw the
> latest release isn't available for Solaris.
>
> Do you guys plan on releasing the 2.6.0 version on Solaris and is there a
> timeframe? Do you plan on continuing to support Solaris? I would be
> interested in running both the Intel and SPARC versions if they come
> available.

I'm not the right one to answer this question but I believe that this
depends mainly on availability of a maintainer for this operating system.
You may try building the compiler (and RTL) for that platform and it may
work well for you, but you may encounter some issues.


> Another question is on 2.6.0 on Linux. I cannot run the fp ide because I
> have glibc 2.9. The error message I get says
>
> fp: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by fp)
>
> That is really a recent version! Even the latest Slackware from 1 year ago
> only has glibc 2.13. Is this really needed or can it be built against my
> version of glibc?

It should be possible to build against your version of glibc, but you'll
probably have to do it yourself (or use FPC binaries provided by your
distribution). Search for 'buildfaq.pdf' in order to learn more on how to
build FPC yourself. Make sure to also have libgdb available in the right
place in order to have debugging support available in the fp ide (e.g. by
using one of precompiled versions available in the "contrib" section of
our FTP server).


> I have various other stuff going wrong when trying to build some of the
> samples like the fpc compiler not being able to find certain libraries.
> Should I post the error messages here or should I look for a bug tracker?

This depends on what the 'certain libraries' are. If you try to compile
samples linking to external (3rd party) libraries, this is no fpc bug -
you need to make sure to have development packages of the respective 3rd
party libraries installed using tools appropriate for your distribution
first.

Tomas


___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: RE : [fpc-pascal] 2.6.0 for Solaris?

2012-05-09 Thread microcode
On Wed, 9 May 2012 17:19:59 +0200
"Ludo Brands"  wrote:

> > 
> > Hi, I was looking to try FPC but I saw the latest release 
> > isn't available for Solaris, only 2.4something. Do you guys 
> > plan on releasing the new version on Solaris? Do you intend 
> > to keep supporting Solaris?
> > 
> 2.6.0 is available for intel from
> ftp://ftp.freepascal.org/pub/fpc/dist/2.6.0/i386-solaris/fpc-2.6.0.i386-sola
> ris.tar.gz and
> ftp://ftp.freepascal.org/pub/fpc/dist/2.6.0/x86_64-solaris/fpc-2.6.0.x86_64-
> solaris.tar.gz
> 
> Ludo
> 

There is a directory for Solaris SPARC but it is empty. Is it possible to
get 2.6.0 for Solaris SPARC? Thanks again.

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: RE : [fpc-pascal] 2.6.0 for Solaris?

2012-05-09 Thread microcode
On Wed, 9 May 2012 17:19:59 +0200
"Ludo Brands"  wrote:

> > 
> > Hi, I was looking to try FPC but I saw the latest release 
> > isn't available for Solaris, only 2.4something. Do you guys 
> > plan on releasing the new version on Solaris? Do you intend 
> > to keep supporting Solaris?
> > 
> 2.6.0 is available for intel from
> ftp://ftp.freepascal.org/pub/fpc/dist/2.6.0/i386-solaris/fpc-2.6.0.i386-sola
> ris.tar.gz and
> ftp://ftp.freepascal.org/pub/fpc/dist/2.6.0/x86_64-solaris/fpc-2.6.0.x86_64-
> solaris.tar.gz
> 
> Ludo
> 

Thanks a lot, I will try them out.

Do you happen to know why they aren't shown from the downloads page on 
freepascal.org?

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


RE : [fpc-pascal] 2.6.0 for Solaris?

2012-05-09 Thread Ludo Brands
> 
> Hi, I was looking to try FPC but I saw the latest release 
> isn't available for Solaris, only 2.4something. Do you guys 
> plan on releasing the new version on Solaris? Do you intend 
> to keep supporting Solaris?
> 
2.6.0 is available for intel from
ftp://ftp.freepascal.org/pub/fpc/dist/2.6.0/i386-solaris/fpc-2.6.0.i386-sola
ris.tar.gz and
ftp://ftp.freepascal.org/pub/fpc/dist/2.6.0/x86_64-solaris/fpc-2.6.0.x86_64-
solaris.tar.gz

Ludo

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal