I have downloaded the FreePascal sources. Hoping to be able to use Pascal
in a linux environment. Oh boy.

I just ran the install script and the compiler works.  So, somethings
compiled.

However, the IDE  doesn't work. When I tried to run make and make
install in the source directory, all goes well until it tries to go into
the gdbint directory. It gives this error message:


make -C gdbint clean
make: Entering an unknown directory
make: *** gdbint: No such file or directory.  Stop.
make: Leaving an unknown directory
make[3]: *** [gdbint_clean] Error 2
make[3]: Leaving directory `/mnt/hda4/usr1/local/src/fpc-1.0.6/packages/base'
make[2]: *** [base_clean] Error 2
make[2]: Leaving directory `/mnt/hda4/usr1/local/src/fpc-1.0.6/packages'
make[1]: *** [packages_clean] Error 2
make[1]: Leaving directory `/mnt/hda4/usr1/local/src/fpc-1.0.6'
make: *** [build-stamp.linux] Error 2             

This seems odd, because this compiler directive works:
make -C rtl clean
make[2]: Entering directory `/mnt/hda4/usr1/local/src/fpc-1.0.6/rtl'        

The directories in the make directory are the following:
drwxr-xr-x  10 root     root         1024 Nov  5 19:56 .
drwxr-xr-x   3 root     root         1024 Apr 30  2002 ..
-rw-r--r--   1 elsa     users       46899 Apr 23  2002 Makefile
-rw-r--r--   1 elsa     users       14637 Apr 23  2002 Makefile.fpc
drwxr-xr-x   9 root     root         6144 Nov  5 19:52 compiler
drwxr-xr-x  20 root     root         1024 Apr 30  2002 fcl
drwxr-xr-x   2 root     root         1024 Apr 30  2002 fpc
drwxr-xr-x   4 root     root         1024 Apr 30  2002 gdbint
drwxr-xr-x   6 root     root         2048 Apr 30  2002 ide
drwxr-xr-x   3 root     root         1024 Apr 30  2002 installer
drwxr-xr-x   4 root     root         1024 Apr 30  2002 packages
drwxr-xr-x  24 root     root         1024 Apr 30  2002 rtl     

Does this mean that the install script decided I can't run the IDE on this
machine, and just quietly skipped configuring the make file for it?
Joel

_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to