Re: [Plib-users] Where Makefile of ssgAux is?
Brought to you by:
sjbaker
From: Per L. <li...@ho...> - 2000-10-18 12:52:22
|
> 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 |