* Compiling fails on SunOS
@ 2011-02-25 9:09 Marco
2011-02-25 9:57 ` Jonathan Nieder
0 siblings, 1 reply; 3+ messages in thread
From: Marco @ 2011-02-25 9:09 UTC (permalink / raw)
To: git
Hi,
compiling on SunOS fails. configure runs without problems, make throws the
following error:
SUBDIR perl
make: Warning: Ignoring DistributedMake -o option
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'
make: *** [perl/perl.mak] Error 1
System: SunOS 5.10 i386
git: git-1.7.4.1.tar.gz
Make: GNU Make 3.82 (locally installed)
It seems that the building process invokes (the system wide installed) SunOS
make instead of the local GNU Make, since GNU Make does not display this error
message. Are there any known workarounds or solutions?
Marco
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Compiling fails on SunOS
2011-02-25 9:09 Compiling fails on SunOS Marco
@ 2011-02-25 9:57 ` Jonathan Nieder
2011-02-25 11:33 ` Marco
0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Nieder @ 2011-02-25 9:57 UTC (permalink / raw)
To: Marco; +Cc: git
Marco wrote:
> Are there any known workarounds or solutions?
Random guess: have you tried running "gmake"?
Alternatively, you might want to add the path containing your
locally installed "make" to SANE_TOOL_PATH, for example by writing
the following to config.mak:
SANE_TOOL_PATH = /path/to/good/tools:/usr/xpg6/bin:/usr/xpg4/bin
Hope that helps,
Jonathan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Compiling fails on SunOS
2011-02-25 9:57 ` Jonathan Nieder
@ 2011-02-25 11:33 ` Marco
0 siblings, 0 replies; 3+ messages in thread
From: Marco @ 2011-02-25 11:33 UTC (permalink / raw)
To: git
On 2011-02-25 Jonathan Nieder <jrnieder@gmail.com> wrote:
> Marco wrote:
>
> > Are there any known workarounds or solutions?
>
> Random guess: have you tried running "gmake"?
Stupid me. Sorry for the noise.
> Hope that helps,
It did.
Marco
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-02-25 11:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-25 9:09 Compiling fails on SunOS Marco
2011-02-25 9:57 ` Jonathan Nieder
2011-02-25 11:33 ` Marco
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).