That was the first thing I tried :). It is whatever version of make shipped 
with SunStudio 12, around 2008, I think. I wouldn’t worry about this, its an 
edge-case, and was easy to monkey-patch myself to make it work. In retrospect, 
I should have run `gmake`, for GNU make.

$ make --help
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: Missing argument after `—'

$ make --version
make: Warning: Ignoring DistributedMake -v option
make: Warning: Ignoring DistributedMake -o option
make: Fatal error: No dmake output dir argument after -o flag

Best wishes,
Brent



> On Jun 5, 2018, at 15:10, Mark Sapiro <m...@msapiro.net> wrote:
> 
> On 06/05/2018 01:40 PM, Brent Kearney wrote:
>> Thanks Mark; its an old Sun Solaris 10 system. I’m not sure how to get the 
>> version from make itself, but the GCC version is 3.4.3.
> 
> 
> Try
> 
> make --version
> 
> or if that doesn't work,
> 
> make --help
> 
> to see the options.
> 
> -- 
> Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
> San Francisco Bay Area, California    better use your sense - B. Dylan
> ------------------------------------------------------
> Mailman-Users mailing list Mailman-Users@python.org
> https://mail.python.org/mailman/listinfo/mailman-users
> Mailman FAQ: http://wiki.list.org/x/AgA3
> Security Policy: http://wiki.list.org/x/QIA9
> Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
> Unsubscribe: 
> https://mail.python.org/mailman/options/mailman-users/brentk%40birs.ca

------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to