On Wed, 12 Aug 2009, Przemyslaw Czerpak wrote:
> > > > I also do not understand why we have this setting in linux/sunpro.cf:
> > > > HB_ISAOPT ?= -xarch=386
> > > > Linux perfectly well works on different 32 and 64 bit SPARC CPUs.
> > this has nothing to do with sparclinux. there is no sun
Hi Przemek,
Please do these modification.
Brgds,
Viktor
On 2009.08.12., at 10:11, Przemyslaw Czerpak wrote:
On Mon, 10 Aug 2009, Tamas TEVESZ wrote:
Hi,
HB_CMP = suncc
instead of CC and cc. With above version you do not have keep
path to
Sun C compiler at the beginning of PATH envvar
On Mon, 10 Aug 2009, Tamas TEVESZ wrote:
Hi,
> > > > HB_CMP = suncc
> > > > instead of CC and cc. With above version you do not have keep path to
> > > > Sun C compiler at the beginning of PATH envvar so both GCC and Sun C
> > > > builds can be easy used. It should work also in SunOS.
On Mon, 10 Aug 2009, Tamas TEVESZ wrote:
Hi,
> > > > * config/linux/sunpro.cf
> > > > ! Fixed to include gpm lib.
> > > > ; TOFIX: linux/sunpro linking dies on:
> > > > ../../../../../lib/linux/sunpro/libhbpcre.a(pcrecomp.o): In
> > > > function `check_auto_possessive':
> > > >
On Mon, 10 Aug 2009, Tamas TEVESZ wrote:
> > > HB_CMP = suncc
> > > endif
> > >
> > > instead of CC and cc. With above version you do not have keep path to
> > > Sun C compiler at the beginning of PATH envvar so both GCC and Sun C
> > > builds can be easy used. It should work als
On Mon, 10 Aug 2009, Viktor Szakáts wrote:
hi,
> > > * config/linux/sunpro.cf
> > > ! Fixed to include gpm lib.
> > > ; TOFIX: linux/sunpro linking dies on:
> > > ../../../../../lib/linux/sunpro/libhbpcre.a(pcrecomp.o): In
> > > function `check_auto_possessive':
> > > pc
Hi Przemek,
I hope vacation was good. Good to see you back.
2009-08-04 03:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* source/vm/dynlibhb.c
! Fixed to not use dl*() functions on linux/sunpro.
Above modification simply broke working code by disabling all calls to
dl*() functions ins
On Tue, 04 Aug 2009, vszak...@users.sourceforge.net wrote:
Hi Viktor,
> 2009-08-04 03:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
> * source/vm/dynlibhb.c
> ! Fixed to not use dl*() functions on linux/sunpro.
Above modification simply broke working code by disabling all calls to
dl*(
Revision: 11967
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11967&view=rev
Author: vszakats
Date: 2009-08-04 01:34:11 + (Tue, 04 Aug 2009)
Log Message:
---
2009-08-04 03:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* source/vm/dynlibhb.c