FrankNL Posted March 1, 2009 Share Posted March 1, 2009 Hey all! Im having some trouble installing xerces-c everything goes fine untill the make part comes: You will now have to run some configure commands. This should work just fine if you're on a Linux machine with all the required development tools installed (see above). $ cd $XERCESCROOT/src/xercesc $ autoconf $ ./runConfigure -plinux -cgcc -xg++ -minmem -nsocket -tnative -rpthread $ make $ make install $ make clean That is says on the website but when i type make (or gmake) into my console it says: make: *** No targets specified and no makefile found. Stopped. And when i try it with install or clean behind the command it says: make: *** There is no rule for target 'install' Stopped. So am i doing something wrong or not? because it says that it cant find the make file Greatings FrankNL (Sorry for the bad english in the errors i needed to translate it from my lang (dutch)) EDIT ::: I looked into the files and there 2 files called: Makefile.in Makefile.incl So why does it say there is no makefile Link to comment
Recommended Posts