Dan Hammer wrote: > If I use autoconf I get the cross compile issue.
That's harmless. If it annoys you as much as it did me, you can drop in the latest configure.in from CVS. > I have never used autoconf before so I might be missing something. > Do you just run "autoconf" and thats it Basically. Look at the bootstrap script. > or are there additional options that go along with it? You can, but they're not necesary in general. > If I used the normal configure option I still get the error with the > missing library. The system seems to have a problem locating libmidgard. Even with the added line as below? Emile PS: I'd _really_ appreciate it if you could reply to email with your answers interspersed through the quoted text (as I did above) instead of putting the entire quoted message below the original text) as below. Reading bottom to top is weird, at least it is for me. Never did understand why people would prefer A&Q instead of Q&A so the bear takes the rabbit and wipes his ass with the rabbit. "No", the rabbit replies. "You ever have problems with shit sticking to your fur?" The bear turns to the rabbit: A bear and a rabbit were in the woods taking a shit. See? Doesn't work. > > Dan > *********** REPLY SEPARATOR *********** > > On 10/10/01 at 6:36 PM Emiliano wrote: > > >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] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
