Mailinglist Archive: opensuse-programming (118 mails)

< Previous Next >
GNU Pascal
  • From: Jerry Feldman <gaf@xxxxxxx>
  • Date: Tue, 19 Apr 2005 16:25:44 -0400
  • Message-id: <200504191625.44283.gaf@xxxxxxx>
I've been working with a GNU Pascal install where I built GCC (and GPC) to
install into /usr/local, but I did a make pascal.install, which only
installs Pascal. GCC is installed in /usr as one would expect.
Setting LIBRARY_PATH=/usr/lib/gcc-lib/ia64-suse-linux/3.3.3/
Works fine unless I want to do an autobuild:
jerry@isv2:~/src> gpc --autobuild gettextdemo.pas
gpc: installation problem, cannot exec `cc1': No such file or directory
gpc1: gpc exited with status 1
gpc1: gpc exited with status 1

BTW: cc1 is in /usr/lib/gcc-lib/ia64-suse-linux/3.3.3/

One solution is to install with "make pascal.install-gcc".
Part of the problem is that I am making a tarball for a coworker to drop in
when he teaches a class next week.
(BTW: These are demo programs that are shipped with GPC).

Note that to build gpc, you need to build gcc, which is huge.
--
Jerry Feldman <gaf@xxxxxxx>
Boston Linux and Unix user group
http://www.blu.org PGP key id:C5061EA9
PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9

< Previous Next >
Follow Ups