Re: [fpc-pascal] error building FPC trunk under 64-bit FreeBSD

2014-07-13 Thread Graeme Geldenhuys
On 2014-07-12 09:53, Reinier Olislagers wrote:
 Any needed updates to
 http://wiki.lazarus.freepascal.org/FreeBSD
 more than welcome ;)

Ah, I didn't know about (or probably forgot) about that wiki page.

I've added some new notes there.



Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] error building FPC trunk under 64-bit FreeBSD

2014-07-12 Thread Graeme Geldenhuys
On 2014-07-11 18:47, Graeme Geldenhuys wrote:

 Target OS: FreeBSD for x86-64
 Compiling fpdoc/fpdoc.pp
 Linking fpdoc/bin/x86_64-freebsd/fpdoc
 fpdoc.pp(409,1) Error: Error while linking
 fpdoc.pp(409,1) Fatal: There were 1 errors compiling module, stopping
 Fatal: Compilation aborted
 /usr/bin/ld: cannot find -liconv

No worries. With some Google searching I found the solution. An out of
date libiconv, and I had to explicitly pass OPT=-Fl/usr/local/lib to
the 'gmake all' command. Then only did FPC Trunk compile completely.

Sorry for the noise. ;-)


Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] error building FPC trunk under 64-bit FreeBSD

2014-07-12 Thread Reinier Olislagers
On 12/07/2014 01:10, Graeme Geldenhuys wrote:
 On 2014-07-11 18:47, Graeme Geldenhuys wrote:
 No worries. With some Google searching I found the solution. An out of
 date libiconv, and I had to explicitly pass OPT=-Fl/usr/local/lib to
 the 'gmake all' command. Then only did FPC Trunk compile completely.

Any needed updates to
http://wiki.lazarus.freepascal.org/FreeBSD
more than welcome ;)

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