Re: FVWM: FVWM2 for Sun SPARC

From: Ulrich Quill <quill_at_asterix.neurop2.ruhr-uni-bochum.de>
Date: Mon, 25 Nov 1996 08:08:12 +0100 (MET)

On Wed, 6 Nov 1996, Juan Jose Casero wrote:
> I recently downloaded and compiled FVWM2 for Linux without any problems.
> However, I haven't been able to install it under Solaris 2.5. After
> changing Fvwm.tmpl to reflect my environment I got it to compile but it
> was giving a warning about "language F not recognized". I ignored these
> warnings since the program seemed to compile anyway. However, when I
> tried "make install" I got lots of "Error code 2" messages. Does anyone
> know what I should do to get it to install correctly? Any help would be
> much appreciated.
>

The problem you describe seems to be the same that I very often have when
trying to install packages on our Solaris 2.5 machines.
In my case the problem is the call of the 'install' program in the
Makefile.
Most often (and, indeed, also in the fvwm Makefiles), install is called
in the following way (I only show the important options):

install -c demo /usr/local/bin/demo

installing program 'demo' from the current directory to the file
/usr/local/bin/demo.
Unfortunately, our install program (which is a shell script for Sys V)
doesn't recognize this version.
You have to say:

install -c /usr/local/bin demo

So a possible solution for the problem is to go through all the Makefiles
and change each 'install' call accordingly.

Hope that helps,

        Ulrich

------------------------------------------------------------------------------
Dipl.Phys. Ulrich Quill Dept. of Neurophysiology
Tel: +49-(0)234-700-6955 Ruhr-Universitaet Bochum
Email:quill_at_neurop2.ruhr-uni-bochum.de 44780 Bochum / Germany
  WWW: http://www.neurop2.ruhr-uni-bochum.de/personal/quill/Welcome.html

--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Mon Nov 25 1996 - 01:08:38 GMT

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:59 BST