Paul D. Smith writes:
 > %% Dan D Niles <dan_at_more.net> writes:
 > 
 >   ddn> This seems to have fixed it.  I am using the gcc package from
 >   ddn> www.sunfreeware.com.  I guess that package is broken.
 > 
[clip]
 > 
 > For example, if your compiler installs its shared libraries in
 > /opt/gcc-2.95.2/lib, then you would do this:
 > 
 >   $ cd fvwm-2.2.5
 >   $ make clean
 >   $ rm config.cache
 >   $ LDFLAGS="-R/opt/gcc-2.95.2/lib" ./configure ...
 >   $ make
 > 
 > and that should work.
That does not work.  It still thinks my C++ compiler is a cross-compiler,
and breaks during the configure.
Dan
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Mon Jun 25 2001 - 12:51:43 BST