Re: make install of lesstif 0.93.3

2001-10-17 Thread Paul D. Smith
This is not a problem with GNU make, and hence we can't help you. You should contact the people developing the package that isn't building correctly (in this case lesstif) and see if they can provide direction. Sorry... -- ---

make install of lesstif 0.93.3

2001-10-17 Thread jfelix3
I'm making lesstif 0.93.3 in Cygwin on the PC. The configure and make steps proceed without error, but the make install fails. It's attempting to link to .so files (which are dynamic libraries I believe) but as near as I can tell Cygwin can only handle static libraries (.a). I explicitly added the

Crash in Make 3.79.1 expanding target specific variables

2001-10-17 Thread Robert Bogomip
[This is actually a repost of a bug that previously had been fixed :-(] There's (still) a problem expanding target specific variables. Consider this makefile: t: m+=2 t: @echo "[${m}]" Then the following displays a bugette: $ make t [ 2] $ [That space shouldn't be the