[fpc-pascal] Lazarus install failure

2005-05-09 Thread Bob Barry
After a successful "make all" of cvs lazarus, I tried a "make install" (as 
root) which failed:
...
...
/usr/local/bin/ppc386 -gl -dgtk1 -Fu../../units/i386/linux -Fu. 
-FU../../units/i386/linux/gtk 
-Fl/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130 -Fl/usr/local/lib 
-Fl/usr/lib/opengl/xorg-x11/lib -Fl/usr/i686-pc-linux-gnu/lib 
-Fl/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130 -Fl/usr/lib/MozillaFirefox 
-Fl/usr/lib -Fl/opt/sun-jdk-1.4.2.08/jre/lib -Fl/usr/qt/3/lib 
-Fl/usr/kde/3.4/lib -Fl/usr/games/lib -Fl/usr/lib/fltk-1.1 -di386 interfaces.pp
Free Pascal Compiler version 1.9.9 [2005/05/07] for i386
Copyright (c) 1993-2005 by Florian Klaempfl
Target OS: Linux for i386
Compiling interfaces.pp
48 Lines compiled, 0.6 sec
make[3]: Leaving directory 
`/home/bobb/freepascal/cvs/lazarus/lcl/interfaces/gtk'
make[2]: Leaving directory `/home/bobb/freepascal/cvs/lazarus/lcl/interfaces'
/usr/local/bin/fpcmake -p -Tlinux Makefile.fpc
Processing Makefile.fpc
Error: Target "linux", package "rtl" not found
make[1]: *** [fpc_install] Error 1
make[1]: Leaving directory `/home/bobb/freepascal/cvs/lazarus/lcl'
make: *** [lcl_install] Error 2

There is NO /root/.fpc.cfg, and /etc/cfg contains:
   -Fu/usr/local/lib/fpc/1.9.9/units/i386-linux
   -Fu/usr/local/lib/fpc/1.9.9/units/i386-linux/*
   -Fu/usr/local/lib/fpc/1.9.9/units/i386-linux/rtl

Verifying rtl path:
   asterix:bobb> ls /usr/local/lib/fpc/1.9.9/units/i386-linux/rtl/*.ppu | wc -l 
   
  55

Behavior is the same after I copied /etc/fpc.cfg to /root/.fpc.cfg.
Behavior is the same after:
   export PPC_CONFIG_PATH=/etc

Can someone tell me what's wrong or missing?

Thanks,

Bob Barry

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


[fpc-pascal] freepascal website programmed in...?

2005-05-09 Thread L505
The freepascal.org website and community is programmed in CGI/pascal?
;-)

curious...
Lars


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


Re: [fpc-pascal] freepascal website programmed in...?

2005-05-09 Thread Michael Van Canneyt


On Mon, 9 May 2005, L505 wrote:

> The freepascal.org website and community is programmed in CGI/pascal?
> ;-)

It's currently in PHP.
The reason for this is historical: for many years, the FPC webserver was
hosted on an Alpha architecture machine. FPC didn't (and does not) support
Alpha. So PHP was needed.

Now FPC is hosted again on an intel machine. We could switch back to FPC.
Plans exist for this, the main missing thing is time...

Michael.

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