From: Thomas M. <sos...@us...> - 2001-07-19 17:20:45
|
Nathan Doss wrote: > Here are the modifications I made to the configure.in file in order to > get it to work on my solaris 2.6 box. With these changes it compiled > and worked without a problem. > > * Added a check for whether its compiling on a solaris system > > * Although the dl library was installed on my system, the configure > script could not find it. To fix this: > > - I added a check for the standard C compiler. Without this, the > check for the ld library failed because it was using a default > (wrong) value for the C compiler. > > - I moved the dl library check to after the check for the C compiler > so that it would use the compiler found in AC_PROG_CC during the > library check > > The modified configure.in script is included below. > > Also, the following line in INSTALL should be modified to refer to the > SOMELib CVS directory. > > "cd to the toplevel SOMELib directory (some0-5 if you checked out from CVS)" Thanks for the submission Nathan, and thanks Quinticent for beating me to the punch. -- Thomas O Matelich Senior Software Designer Zetec, Inc. sos...@us... tma...@ze... |