fl0pped1t / mnc

Automatically exported from code.google.com/p/mnc
0 stars 0 forks source link

No configure #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Missing configure file

Also, it isn't clear from documentation whether stdin is sent in client mode.

Original issue reported on code.google.com by Paul.Alf...@gmail.com on 21 Oct 2008 at 8:07

GoogleCodeExporter commented 8 years ago
What did you do to work around missing configure file?

Original comment by sd4...@gmail.com on 27 Nov 2008 at 10:53

GoogleCodeExporter commented 8 years ago
gcc -c *c
gcc -o mnc *o

worked....

Original comment by sd4...@gmail.com on 27 Nov 2008 at 10:54

GoogleCodeExporter commented 8 years ago
Perhaps an even better solution would be to use autoconf.  autoconf will create 
a configure file for you.

autoconf
./configure
make

Original comment by K.Adam.C...@gmail.com on 15 Apr 2009 at 11:40

GoogleCodeExporter commented 8 years ago
Hi, 

Just wanted to say thanks, K.Adam., about the tip for: 

autoconf
./configure
make

just tried that in Cygwin (installed make, m4, autoconf and gcc) and seems to 
compile
without a problem.

Thanks again, 
Cheers!

Original comment by s...@imi.aau.dk on 1 May 2010 at 3:59

GoogleCodeExporter commented 8 years ago
i also had to figure this out on my own, the readme should be updated to 
reflect the need for autoconf

Original comment by tuser...@gmail.com on 30 Apr 2012 at 7:41