Todd Crenshaw wrote:
>
> gis1:/home/tocrensh/temp/xpm-3.4g> make install
> installing in ./lib...
> .././util/scripts/bsdinst.sh -c -m 0664 libXpm.a /usr/lib
> UX:sh (/bin/sh): ERROR: .././util/scripts/bsdinst.sh: Not found
> *** Error code 1
>
> Stop.
> *** Error code 1
>
> Stop.
> gis1:/home/tocrensh/temp/xpm-3.4g>
> ------------------------------------------------------------------
> Now I can see that install isn't finding bsdinst.sh. That's because
> on our DG's bsdinst.sh is in: /usr/opt/X11/bin/bsdinst.sh and has a
> symbolic link from /usr/bin/X11/bsdinst.sh. Both fvwm and the libXpm
> are compiling nicely. But I can't get the make install to work. Can
> anyone help me out with this one?
Hmm, first of all, you can always do it by hand :-) Instlal doesn't do
much, just set the permissions like you want, and group and ownership
:-)
I don't know how xpm configures, but if it uses xmkmf (imake), then your
imake setup ist wrong. It should state, where bsdinst can be found.
But anyway, why not either change the makefile to use the bsdinst with
the proper path, or just copy the bsdinst temporarily to the place that
make searches.
The last and proper solution would be to fix your imake-setup, if xpm
uses imake. You will run into the same problem for every X program that
uses imake and bsdinst to install itself. If xpm doesn't use imake, then
it's configuration is wrong :-)
Guenther
--
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 Wed Sep 11 1996 - 07:46:43 BST