Dan Hammer wrote: > >In configure.in, after > > > >LIBS="$LIBS "`$MIDGARDCONFIG --libs` > > > >add > > > >LDFLAGS="$LDFLAGS "`$MIDGARDCONFIG --libs` > > > >And run 'autoconf'. The issue has been fixed in CVS. > > > >Emile > > I added those items into the configure.in script and the install > still wouldn't work.
OK, after _that_ line, add LIB="$LIB "`$MIDGARDCONFIG --libs` which has worked in the past. Man, I'd wish we had an autoconf expert in our team. > Am I missing something? I've followed the setup > instructions exactly and only deviated when I had to add additional path > information when needed. Is version 1.4 a better install than 1.4.2? *grin* hardly. You're doing the right things. From the looks of it, we're not, yet, but that's what we're going to fix. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
