Re: [Lazarus] Lazmint

2016-10-18 Thread Graeme Geldenhuys via Lazarus
On 2016-10-18 09:19, Michael Schnell via Lazarus wrote:
> wget $BASEURL/x84_64-linux/fpc-3.0.0.x64_64-linux.tar

   ^^^
That should probably read 'x86_64', not 'x64_64'.

Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Lazmint

2016-10-18 Thread Michael Schnell via Lazarus

So I fetched the current fpc from svn.

Trying to make same I get a similar error:

Linking fpmake
fpmake.pp(47,1) Warning: "crti.o" not found, this will probably cause a 
linking failure
fpmake.pp(47,1) Warning: "crtn.o" not found, this will probably cause a 
linking failure
/usr/bin/ld: skipping incompatible 
/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o when searching for 
/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o

/usr/bin/ld: cannot find /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o
/usr/bin/ld: cannot find -lpthread
/usr/bin/ld: cannot find -ldl
/usr/bin/ld: cannot find -lc
fpmake.pp(47,1) Error: Error while linking

--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Lazmint

2016-10-18 Thread Michael Schnell via Lazarus
Seemingly "make bigide" on a 64 Bit Mint does not work this simply with 
the 32 bit fpc:


/usr/bin/ld: skipping incompatible 
/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o when searching for 
/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o

/usr/bin/ld: cannot find /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o
/usr/bin/ld: cannot find -ldl
/usr/bin/ld: cannot find -lc
Error: Error while linking

-Michael
--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus