On Mon, Sep 07, 2009 at 05:17:08PM +0200, Stephan Raue wrote:
> Am 03.09.2009 08:27, schrieb Chia-I Wu:
> >$ cd $(TOP)/src/gallium/state_trackers/es
> >$ make
> mklib: Making Linux shared library: libGLESv1_CM.so.1.1.0
> ../../../../bin/mklib: Zeile 357: -Xlinker: Kommando nicht gefunden.
> (Command not found)
> mklib: Installing libGLESv1_CM.so.1.1.0 libGLESv1_CM.so.1
> libGLESv1_CM.so in ../../../../lib
> mv: Aufruf von stat für „libGLESv1_CM.so.1.1.0“ nicht möglich: Datei
> oder Verzeichnis nicht gefunden (File or Directory not found)
> make: *** [../../../../lib/libGLESv1_CM.so] Fehler 1
Is this the only library it fails to build?  If so, could you modify
line 357 of $(TOP)/bin/mklib so that it echos the command line it tries
to execute?

mklib runs "gcc -Xlinker ..." to link a library.  From the error
message, it seems that "gcc" is missing here.

-- 
Regards,
olv

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to