From: Scott C. <ced...@gm...> - 2007-12-10 17:30:07
|
Hi Teshome, That's a new one for me. A quick Google search for "compiler cannot create executables" did turn up the following from the Ubuntu forums: http://ubuntuforums.org/showthread.php?t=17033 It looks like the problem is that some necessary C development files are not installed. The recommended fix is to install the libc6-dev, g++, and gcc packages using the following command: $ sudo apt-get install libc6-dev g++ gcc You might want to give that a try. You might also want to try http://code.google.com/p/semanticvectors/ as an alternative to Infomap. While we still try to answer people's questions via this list, Infomap is no longer under active development. As for Unicode, I don't think we support it. Hope that helps. Scott On Dec 10, 2007 8:10 AM, Teshome Kassie <tk...@ya...> wrote: > Hi all; > > I download infomap-nlp-0.8.6.gz then I tried to configure it. My system > is Ubuntu linux. when configuring I found the following error. > root@ubuntutk:/home/teshome/infomap/infomap-nlp-0.8.6# vi config.log > root@ubuntutk:/home/teshome/infomap/infomap-nlp-0.8.6# ./configure > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... no > checking for mawk... mawk > checking whether make sets $(MAKE)... yes > checking for gcc... gcc > checking for C compiler default output file name... configure: error: C > compiler cannot create executables > what is the problem? any solution? The second question is that is infomap > applied for unicode fonts. if so forward any resource to refer. > > Thanks; > > Teshome. > > ________________________________ > Looking for last minute shopping deals? Find them fast with Yahoo! Search. > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > infomap-nlp-users mailing list > inf...@li... > https://lists.sourceforge.net/lists/listinfo/infomap-nlp-users > > |