PICCINALI Jean-Guillaume wrote:
> 
> Hello,
> I am trying to install Mesa-3.0 on a i386 with RedHat 6.0 under /opt/MESA:
> ****************************************************************************
> ************************************************
> ****************************************************************************
> ************************************************
> ****************************************************************************
> ************************************************
> /opt/MESA/Mesa-3.0 $$$> make linux-386
> The problem is:
> Make[1] No rule to make target `linux-386'  Stop. Leaving directory
> /opt/MESA/Mesa-3.0/src-glut
> ****************************************************************************
> ************************************************
> ****************************************************************************
> ************************************************
> ****************************************************************************
> ************************************************
> And if I try with > make linux , it doesn't change anything .
> ****************************************************************************
> ************************************************
> ****************************************************************************
> ************************************************
> ****************************************************************************
> ************************************************
> By the way, if you take a look at ~//Mesa-3.0/src-glut/Makefile , I can see
> that the file configure.in is not where it should be:
> 
> I have ( line 152 ) :
> all:
> .....
>                         $(top_srcdir)/configure.in
> ****************************************************************************
> ************************************************
> ****************************************************************************
> ************************************************
> ****************************************************************************
> ************************************************
> AND I MUST REWRITE IT THAT WAY :
> all:
> .....
>                         $(top_srcdir)/widgets-mesa/configure.in
> ****************************************************************************
> ************************************************
> ****************************************************************************
> ************************************************
> ****************************************************************************
> ************************************************
> Does any one ever had this issue or would be kind enough to help me resolve
> it ?
> 
> I downloaded my 3.0 version on this mirror site ,
> http://home.worldnet.fr/~rehel/Mesa/Mesa.html :
> Current Official Release
>         bzip'd tar file: <MesaLib-3.0.tar.bz2> (840306 bytes).


Mesa 3.0 did not have support for GNU configure.  I don't know
how a configure.in file got in there.

Otherwise, 'make linux-386' or 'make linux' should just work.
No one else has reported a problem with that.

I suggest you download Mesa 3.1 from www.mesa3d.org and try that.

-Brian


_______________________________________________
Mesa-bug maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-bug


_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to