Troy A. Griffiths stated:

The host.def settings are:

> /*
> * The following changes are required in order to disable gcc's new
> * 'merge-constants' optimization, because the XFree86 module loader is
> not
> * yet aware of the new ELF sections it produces, and will cause module
> * loading to fail.  -  <EMAIL: PROTECTED> 
> <http://www.geocrawler.com/contact.php3?[EMAIL PROTECTED]> 
>
> */
> #define NeedModuleRanlib        YES
> #define ModuleCFlags \$(CDEBUGFLAGS) \$(CCOPTIONS) -fno-merge-constants
> \
> \$(THREAD_CFLAGS) \$(ALLDEFINES)
> #define ModuleRanlibCmd         RanlibCmd


This results in an error:

./config/imake/imake -I./config/cf  -s 
./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile 
-DTOPDIR=../.. -DCURDIR=./config/makedepend
./config/cf/host.def:31: warning: "DefaultCCOptions" redefined
cd ./config/makedepend && rm -f -r Makefile Makefile.dep makedepend *.o 
bootstrap
cd ./config/makedepend && make -f Makefile.proto bootstrap
make[2]: Entering directory `/usr/DRI-CVS/build/xc/config/makedepend'
Makefile.proto:34: *** missing separator.  Stop.
make[2]: Leaving directory `/usr/DRI-CVS/build/xc/config/makedepend'
make[1]: *** [depend.bootstrap] Error 2
make[1]: Leaving directory `/usr/DRI-CVS/build/xc'
make: *** [World] Error 2

Any other ideas?

Thanks,

Frank







_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to