"Steve Ochani" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Date sent:      Wed, 22 Feb 2006 18:35:23 -0500
> From:           johngbud <[EMAIL PROTECTED]>
> Subject:        JSVC - make: Fatal error: Unknown option `-C'  - Solaris
> To:             Tomcat Users List <users@tomcat.apache.org>
> Send reply to:  Tomcat Users List <users@tomcat.apache.org>
>
>> Tomcat User:
>>
>> I'm having trouble compiling JSVC on Solaris 8. 'configure' runs ok.
>> Any ideas on how 'the 'make' will run? See output below:
>>
> -snip-
>
>> Now you can issue "make"
>>
>> is013464# make
>>
>> make -C native all
>>
>> Usage : make [ -f makefile ][ -K statefile ]... [ -d ][ -dd ][ -D ][
>> -DD ]
>>
>>              [ -e ][ -i ][ -k ][ -n ][ -p ][ -P ][ -q ][ -r ][ -s ][
>>              -S
>> ][ -t ]
>>
>>              [ -u ][ -w ][ -V ][ target... ][ macro=value... ][ "macro
>>
>> +=value"... ]
>>
>> make: Fatal error: Unknown option `-C'
>>
>> *** Error code 1
>>
>> make: Fatal error: Command failed for target `native/all'
>
> Install GNU make

I pretty much agree with that ;-).

This is fixed in the commons-daemon SVN, so if you want a semi-official fix, 
grab Makefile.in from there and re-run 'configure'.

However, it's probably quicker to just edit Makefile and
s/make -C native all/(cd native; make all)/




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to