Hi, Per.
I do not clearly saying in pre-Mail.
>
> You could try running:
> aclocal; automake -a; autoconf
>
I had already done this approach.
But, the problem is OK, now.
I add one line to last function of `configure.in'.
--------------------
AC_OUTPUT( \
Makefile \
src/Makefile \
src/js/Makefile \
src/util/Makefile \
src/pui/Makefile \
src/sg/Makefile \
src/sl/Makefile \
src/ssg/Makefile \
src/ssgAux/Makefile \ <--- The line
src/fnt/Makefile )
Tt's OK. I build plib.
Tanks Per.
kazuki Iizuka <ka...@po...>
> > I have problem about plib-1.3.1.tar.gz on Linux.
> >
> > In `{some_DIR}/plib-1.3.1' ...
> > ./configure
> > * Now, Makrfile is not created in only ssgAux-DIR.
> > make
> > * Compiler says `no target' in ssgAux.
> >
> > I maybe have all that plib needs libraries.(Mesa, Glut,
> etc..)
> > Why makefile is not created in ssgAux-DIR?
> > What I should do something else?
>
> You could try running:
> aclocal; automake -a; autoconf
>
> before running ./configure, to make sure everything is set
> up as it should.
>
> Regards,
> Per
>
>
>
> _______________________________________________
> plib-users mailing list
> pli...@li...
> http://lists.sourceforge.net/mailman/listinfo/plib-users
|