PROCESSOR_IDENTIFIER: command not found
cowwoc
cowwoc at bbs.darktech.org
Sun Jun 6 23:20:31 UTC 2010
Hi,
I'm trying to build OpenJDK under Windows7 64-bit with Visual Studio 2010.
When I run jdk_generic_profile.sh I get:
/cygdrive/c/Users/Gili/Documents/jdk7/jdk7/jdk/make/jdk_generic_profile.sh:
line
177: PROCESSOR_IDENTIFIER: command not found
I am using GNU Make 3.81 for now because I am unable to find a working copy
of make 3.80 anywhere. The one copy I found gave this error:
/usr/bin/make.exe: error while loading shared libraries: cygintl-2.dll:
cannot open shared object file: No such file or directory
That being said, I don't think the PROCESSOR_IDENTIFIER error is specific to
Make. I noticed the makefile contains echo $(PROCESSOR_IDENTIFIER). Running
this under cygwin's bash gives:
> echo $(PROCESSOR_IDENTIFIER)
bash: PROCESSOR_IDENTIFIER: command not found
while:
> echo $PROCESSOR_IDENTIFIER
Intel64 Family 6 Model 15 Stepping 11, GenuineIntel
Where can I get make 3.10 that will work? How do I fix the
PROCESSOR_IDENTIFIER error?
Thank you,
Gili
--
View this message in context: http://old.nabble.com/PROCESSOR_IDENTIFIER%3A-command-not-found-tp28793595p28793595.html
Sent from the OpenJDK Build Infrastructure mailing list archive at Nabble.com.
More information about the build-dev
mailing list