nickb_aqa wrote: > > I'm trying to comile MITAB on Ubuntu, but I've fallen at the first > hurdle - there isnt a configure. > > Could someone post a few instructions on how to compile? I'm used to > comiling using: > > ./configure <options> > make > make install >
MITAB doesn't have a configure script. The mitab-1.5.1.tar.gz archive compiles out of the box on my Ubuntu 6.06 system. Just skip the configure step and type 'make' in the main mitab-1.5.1 directory. There is also no 'make install' target. At the end of the build you'll find the tab2tab command-line program in the mitab-1.5.1/mitab directory. If you want to use MITAB as a library then the header files and libs are also in that directory. Daniel -- Daniel Morissette http://www.mapgears.com/ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/mitab/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/mitab/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
