Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=2848          
     
           Summary: No targets specified and no makefile found
           Product: Mesa
           Version: 6.2.1
          Platform: DEC
        OS/Version: Linux
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: Drivers/DRI/Radeon
        AssignedTo: dri-devel@lists.sourceforge.net
        ReportedBy: [EMAIL PROTECTED]


Redhat 7.2
Kernel-2.6.4.11
GCC-3.4.3
Make-3.80-102
Binutils-2.15

When I run the following commands, everything compiles file until it gets to 
portion for building DRI drivers. I've done the regular: make linux-alpha, and 
that worked fine but the standard drivers are slow as hell. So tried running: 
make linux-dri. Below is the actual flags and all that were used:

[EMAIL PROTECTED] Mesa-6.2.1]# cat RUNME.sh 
#!/bin/sh

make linux-dri \
        CC="ccache gcc-3.4.3" \
        CFLAGS="-O3 -fstrict-aliasing -ffast-math -mtune=pca56 \
        -mcpu=pca56 -finline -Winline -fomit-frame-pointer \
        -fexpensive-optimizations"

Below is the output generated:

Making sources for linux-dri
make[3]: Entering directory `/usr2/www/pub/alpha-RH7/x/xfree86-
4.5/supplimentals/Mesa-6.2.1/src/mesa'
make[4]: Entering directory `/usr2/www/pub/alpha-RH7/x/xfree86-
4.5/supplimentals/Mesa-6.2.1/src/mesa'
make[5]: Entering directory `/usr2/www/pub/alpha-RH7/x/xfree86-
4.5/supplimentals/Mesa-6.2.1/src/mesa/x86'
make[5]: Nothing to be done for `default'.
make[5]: Leaving directory `/usr2/www/pub/alpha-RH7/x/xfree86-
4.5/supplimentals/Mesa-6.2.1/src/mesa/x86'
cd drivers/dri ; make
make[5]: Entering directory `/usr2/www/pub/alpha-RH7/x/xfree86-
4.5/supplimentals/Mesa-6.2.1/src/mesa/drivers/dri'
make[5]: *** No targets specified and no makefile found.  Stop.
make[5]: Leaving directory `/usr2/www/pub/alpha-RH7/x/xfree86-
4.5/supplimentals/Mesa-6.2.1/src/mesa/drivers/dri'
make[4]: *** [drivers-dri] Error 2
make[4]: Leaving directory `/usr2/www/pub/alpha-RH7/x/xfree86-
4.5/supplimentals/Mesa-6.2.1/src/mesa'
make[3]: *** [default] Error 2
make[3]: Leaving directory `/usr2/www/pub/alpha-RH7/x/xfree86-
4.5/supplimentals/Mesa-6.2.1/src/mesa'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/usr2/www/pub/alpha-RH7/x/xfree86-
4.5/supplimentals/Mesa-6.2.1/src'
make[1]: *** [default] Error 1
make[1]: Leaving directory `/usr2/www/pub/alpha-RH7/x/xfree86-
4.5/supplimentals/Mesa-6.2.1'
make: *** [linux-dri] Error 2          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to