Dear Mr. Alexander Hansen,

Thank you very much for letting me know that a newer gcc5 (5.2.0-2) is ready.
This time, "gcj" built from this new package works fine!
The problem that gcc hangs seems to be fixed.
Thank you very much for maintaining fink packages for us.

Sincerely yours,

Satoshi Adachi

P.S. 

The parallel execution of multiple jobs in the build process of gcc5 is still 
unstable.
A build process can fail at different locations from build to build.

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Last login: Thu Oct 15 12:41:20 on ttys004
[wisdom4:~:1] adachi% cd work/642
[wisdom4:~/work/642:2] adachi% ls
./HelloWorld.java
../MEMO.txt
[wisdom4:~/work/642:3] adachi% cat HelloWorld.java 
/******************************************************************************
 *  Compilation:  javac HelloWorld.java
 *  Execution:    java HelloWorld
 *
 *  Prints "Hello, World". By tradition, this is everyone's first program.
 *
 *  % java HelloWorld
 *  Hello, World
 *
 *  These 17 lines of text are comments. They are not part of the program;
 *  they serve to remind us about its properties. The first two lines tell
 *  us what to type to compile and test the program. The next line describes
 *  the purpose of the program. The next few lines give a sample execution
 *  of the program and the resulting output. We will always include such 
 *  lines in our programs and encourage you to do the same.
 *
 ******************************************************************************/

public class HelloWorld {

    public static void main(String[] args) {
        System.out.println("Hello, World");
    }

}
[wisdom4:~/work/642:4] adachi% which gcj
/sw/bin/gcj
[wisdom4:~/work/642:5] adachi% gcj --version
gcj (GCC) 5.2.0
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[wisdom4:~/work/642:6] adachi% fink list | grep gcc5
 i gcc55.2.0-2GNU Compiler Collection Version 5
 i gcc5-compiler5.2.0-2Compiler Binaries for gcc5
 i gcc5-shlibs5.2.0-2Shared libraries for gcc4
[wisdom4:~/work/642:7] adachi% sw_vers
ProductName:Mac OS X
ProductVersion:10.11
BuildVersion:15A284
[wisdom4:~/work/642:8] adachi% gcj --main=HelloWorld -o HelloWorld 
HelloWorld.java
[wisdom4:~/work/642:9] adachi% ls
./HelloWorld*HelloWorld.java
../HelloWorld.dSYM/MEMO.txt
[wisdom4:~/work/642:10] adachi% ./HelloWorld
Hello, World
[wisdom4:~/work/642:11] adachi% 
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------



>There’s a newer gcc5 available as of today—it’s version 5.2.0-2.  I’m not sure 
>whether it will help with your issue, but it may be worth a try.
>I found a post ( http://www.spinics.net/lists/gcchelp/msg44306.html ) which 
>suggests that this may not necessarily be specific to our gcj build.
------------------------------------------------------------------------------
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to