From Chris Laas <golem@MIT.EDU>
* ltmain.in (compile): corrected a typo in compile mode which
caused "gcc: unrecognized option -c-fPIC" errors due to a missing
space.
+1999-01-21 Gary V. Vaughan <garyv@oranda.demon.co.uk>
+
+ * THANKS: Added Chris Laas <golem@MIT.EDU>
+
+ From Chris Laas <golem@MIT.EDU>
+ * ltmain.in (compile): corrected a typo in compile mode which
+ caused "gcc: unrecognized option -c-fPIC" errors due to a missing
+ space.
+
1999-01-21 Alexandre Oliva <oliva@dcc.unicamp.br>
* libltdl/configure.in: reintroduce code to detect native library
Bruno Haible <haible@ilog.fr>
Carl D. Roth <roth@cse.ucsc.edu>
Charles S. Kerr <cskerr@delenn.jccbi.gov>
+Chris Laas <golem@MIT.EDU>
Chris P. Ross <cross@eng.us.uu.net>
Edouard G. Parmelan <Edouard.Parmelan@France.NCR.COM>
Eric Estievenart <eric@via.ecp.fr>
fbsd_hideous_sh_bug=$base_compile
# All platforms use -DPIC, to notify preprocessed assembler code.
- command="$base_compile$pic_flag -DPIC $srcfile"
+ command="$base_compile $pic_flag -DPIC $srcfile"
if test "$build_old_libs" = yes; then
lo_libobj="$libobj"
dir=`$echo "X$libobj" | $Xsed -e 's%/[^/]*$%%'`