tags:

views:

37

answers:

1

Hi all!

When I'm trying to run autogen from MSys 1.11 on a source, it always giving an error called,

configure.ac:9: option 'tar-ustar' not recognized

Can anyone please help me to get-rid of this error ?

Note: andtar-v7, tar-ustar, tar-pax. all these 3 didn't work. Thank you...

A: 

tar is the command - the '-' and the letters after it is a parameter. You want:

 tar -ustar

notice the space. Having said that, I don't believe that -ustar is a valid combination of tar options, but you should get a different error message for that.

anon
Hey! are you talking about AM_INIT_AUTOMAKE() also ? Because, in ubuntu it works nicely. The problem occurs when I'm trying it with MSys1.1.
Morpheus