>> configure:1142: gcc -o conftest -g -O2    conftest.c -lcrypt  -lglib   1>&5
>> configure:1163: checking for mgd_connect in -lmidgard
>> configure:1182: gcc -o conftest -g -O2    conftest.c -lmidgard  -lcrypt -lglib   1>&5
>> /usr/bin/ld: cannot find -lmidgard
>> collect2: ld returned 1 exit status
>> configure: failed program was:
>> #line 1171 "configure"
>> #include "confdefs.h"
>> /* Override any gcc2 internal prototype to avoid an error.  */
>> /* We use char because int might match the return type of a gcc2
>>     builtin and then its argument prototype would still apply.  */
>> char mgd_connect();
>>
>> int main() {
>> mgd_connect()
>> ; return 0; }
>
>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.  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?
 
Thanks,
Dan Hammer

Reply via email to