[Nauty] installing nauty

Mike Daven daven at msmc.edu
Fri Jun 4 23:17:02 EST 2004


Sorry, I don't know what packages I might be missing!  My dir is below. 
What other zips should I look for?  Thanks a bunch... mike

 Directory of C:\DJGPP

06/04/2004  09:10 AM    <DIR>          .
06/04/2004  09:10 AM    <DIR>          ..
06/04/2004  09:02 AM    <DIR>          bin
05/25/2004  12:00 PM         3,508,408 bnu215b.zip
01/06/2002  12:00 AM           454,308 bsh204b.zip
11/01/1995  07:08 PM            17,982 copying
06/03/1999  01:29 PM             2,084 copying.dj
05/25/2004  11:46 AM             2,084 copying.dj.txt
11/01/1995  07:08 PM            25,265 copying.lib
06/04/2004  09:07 AM    <DIR>          cross
06/04/2004  09:06 AM           641,514 djcrx203.zip
05/25/2004  11:40 AM         1,530,778 djdev203.zip
03/02/2002  05:17 PM             3,592 djgpp.env
05/30/2004  09:26 PM    <DIR>          FAQ
05/25/2004  11:46 AM           679,865 faq230b.zip
08/30/2003  12:00 AM         1,738,170 fil41b.zip
06/04/2004  09:10 AM                 0 foo.txt
05/25/2004  11:57 AM         2,905,406 gcc333b.zip
06/03/2004  03:29 PM    <DIR>          gnu
01/16/2000  12:00 AM           254,997 grep24b.zip
06/04/2004  09:07 AM    <DIR>          include
06/04/2004  09:07 AM    <DIR>          info
06/04/2004  09:07 AM    <DIR>          lib
05/25/2004  11:50 AM           272,798 mak3791b.zip
05/30/2004  09:27 PM    <DIR>          man
02/22/2000  12:00 AM            56,722 man13b.zip
06/04/2004  09:07 AM    <DIR>          manifest
06/04/2004  09:08 AM    <DIR>          nauty22
05/10/2004  11:47 AM           597,315 nauty22b6.zip
06/04/2004  08:55 AM            91,662 pdcur24b.zip
03/05/2002  10:34 PM            22,141 readme.1st
05/25/2004  11:46 AM            22,141 readme.1st.txt
03/06/2004  01:39 PM           133,862 sed409b.zip
06/03/2004  10:47 AM    <DIR>          share
06/04/2004  09:07 AM    <DIR>          src
06/04/2004  09:08 AM    <DIR>          tmp
02/06/2000  12:00 AM         1,098,706 txt20b.zip
05/25/2004  11:47 AM            96,644 unzip32.exe
09/11/2000  12:00 AM            86,296 whic211b.zip
              24 File(s)     14,242,740 bytes
              15 Dir(s)   6,844,194,816 bytes free



Brendan McKay said:
> It seems like you are missing many basic utilities from your djgpp
> installation.  cmp and expr are essential for many things.   You should
> keep installing packages until ./configure runs with no errors at all.
>
> There's a chance shortg will never work as it relies on some system
> calls that DJGPP does not implement.  You can avoid it by removing
> "shortg" from the line of makefile that starts "gtools: ".   (Do this
> to "makefile" after running ./configure, or, better, to "makefile.in"
> before running ./configure.)
>
> Brendan.
>
> * Mike Daven <daven at msmc.edu> [040604 05:59]:
>> OK, I got sed409b.zip and installed.  After "./configure = --host=i686",
>> it seemed I also needed grep24b.zip, which I got and installed.
>>
>> Now "./configure = --host=i686" displays many lines, but I see a few
>> more
>> errors:
>>
>>    ./configure: cmp: command not found
>>    ./config.status: expr: command not found   (this appears twice)
>>
>> Ignoring these, I tried "make", which also displays several lines.  At
>> the
>> end, the following appear:
>>
>>    shortg.c:77: error: two or more data types in declaration of 'pipe'
>>    shortg.c:77: error: two or more data types in declaration of 'pipe'
>>    shortg.c:77: error: 'pipe' redeclared as different kind of symbol
>>    /dev/env/DJDIR/include/unistd.h:108: error: previous declaration of
>> 'pipe'
>>    shortg.c: In function 'beginsort':
>>    shortg.c:94: error: parse error before "pipe"
>>    make.exe: *** [shortg] Error 1
>>
>> Ignoring this as well, I tried "geng 6 | countg --D", which gives
>>
>>    >A c:/DJGPP/nauty22/geng -d0D5 n=6 e=0-15
>>    >Z 156 graphs generated in 0.00 sec
>>    bash: countg: command not found
>>
>> What else am I missing?  Thanks...
>>
>> mike
>>
>>
>> Brendan McKay said:
>> >
>> > It looks like you don't have the utility "sed" installed.
>> > I think it comes in a separate DJGPP package sed302b.zip (or similar
>> > name) so you should install it and try again.
>> >
>> > If in fact sed is there already, there may be a problem with your
>> path.
>> >
>> > Brendan.
>> >
>> >
>> > * Mike Daven <daven at msmc.edu> [040604 01:28]:
>> >> I am trying to install nauty in Windows XP.  I found the following
>> >> fragment posted to this list March 13, 2004:
>> >>
>> >>    I don't have XP, but here is what I do on Win 98.
>> >>
>> >>    1.  make sure that "bash" is installed (available for djgpp).
>> >>    2.  run bash.  (I just type "bash" in the run menu)
>> >>    3.  cd dir    // where dir is the place you put nauty22b6.zip
>> >>    4.  unzip nauty22b6.zip   // unpacks nauty into directory nauty22
>> >>           OR
>> >>        tar zvfx nauty22b6.tar.gz   // if you downloaded that file
>> >> instead
>> >>    5.  cd nauty22
>> >>    6.  ./configure
>> >>    7.  make
>> >>
>> >> I've gone through steps 1,2,3,4,5 above.  But when I try
>> "./configure",
>> >> the response is as follows:
>> >>
>> >>    ./configure: sed: command not found
>> >>    configure: error: can not find sources in  or ..
>> >>
>> >> What's up?  Your help is much appreciated...
>> >>
>> >> mike
>> >>
>> >>
>> >> --
>> >> Mike Daven, Ph.D.
>> >> Division of Math & CS, Mount Saint Mary College
>> >> 330 Powell Avenue, Newburgh, New York, 12550
>> >>
>> >> phone  =  845-569-3265
>> >>   web  =  http://faculty.msmc.edu/daven
>> >>
>> >> "The opposite of a fact is falsehood,
>> >>  but the opposite of one profound truth
>> >>  may very well be another profound truth." -- Niels Bohr
>> >>
>> >>
>> >> _______________________________________________
>> >> This is the nauty mailing list
>> >> Post messages to nauty-list at cs.anu.edu.au
>> >> nauty page: http://cs.anu.edu.au/~bdm/nauty/
>> >> list page: http://cs.anu.edu.au/mailman/listinfo/nauty-list
>> >
>> > _______________________________________________
>> > This is the nauty mailing list
>> > Post messages to nauty-list at cs.anu.edu.au
>> > nauty page: http://cs.anu.edu.au/~bdm/nauty/
>> > list page: http://cs.anu.edu.au/mailman/listinfo/nauty-list
>> >
>>
>>
>> --
>> Mike Daven, Ph.D.
>> Division of Math & CS, Mount Saint Mary College
>> 330 Powell Avenue, Newburgh, New York, 12550
>>
>> phone  =  845-569-3265
>>   web  =  http://faculty.msmc.edu/daven
>>
>> "The opposite of a fact is falsehood,
>>  but the opposite of one profound truth
>>  may very well be another profound truth." -- Niels Bohr
>>
>>
>> _______________________________________________
>> This is the nauty mailing list
>> Post messages to nauty-list at cs.anu.edu.au
>> nauty page: http://cs.anu.edu.au/~bdm/nauty/
>> list page: http://cs.anu.edu.au/mailman/listinfo/nauty-list
>
> _______________________________________________
> This is the nauty mailing list
> Post messages to nauty-list at cs.anu.edu.au
> nauty page: http://cs.anu.edu.au/~bdm/nauty/
> list page: http://cs.anu.edu.au/mailman/listinfo/nauty-list
>


-- 
Mike Daven, Ph.D.
Division of Math & CS, Mount Saint Mary College
330 Powell Avenue, Newburgh, New York, 12550

phone  =  845-569-3265
  web  =  http://faculty.msmc.edu/daven

"The opposite of a fact is falsehood,
 but the opposite of one profound truth
 may very well be another profound truth." -- Niels Bohr





More information about the Nauty mailing list