This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: patch darwin dylibs first try


To folllow up myself, a few notes.

Andreas Tobler wrote:
	

- which dylibs are built:


- libstdc++

Libstdc++ testsuite started to work but later I had a vm exhausting which killed my machine. No interaction possible, only mouse move.
Here I'd like to know if I have the possiblity to limit vm use in a tcsh?


- boehm-gc (not working since a function is missing)

This function (register dynamic lib) is the probale reason for calling the crashdumper.


    - libffi (working, pending patch)
    - libgcj

Works in the cases where no garbage collector is invoked.


If there is some real interest I'd be happy to try it on the mainline.

Thank you for feedback.

Andreas


This is the config I used:


/Volumes/xufs/gcc-branch/gcc/configure --prefix=/Volumes/xufs/gcc-branch/testbin --enable-languages=c,c++,java --enable-libgcj --enable-threads=posix --enable-shared=libgcc,libstdc++,zlib,libffi,libjava,boehm-gc --disable-multilib
Thread model: posix
gcc version 3.3 20030228 (prerelease)




[titanium:objdir/powerpc-apple-darwin6.3/libjava] andreast% ll hello* -rwxr-xr-x 1 andreast staff 21360 Mar 3 06:57 hello
-rw-r--r-- 1 andreast staff 430 Mar 3 06:49 hello.class
-rw-r----- 1 andreast staff 157 Mar 3 06:46 hello.java
[titanium:objdir/powerpc-apple-darwin6.3/libjava] andreast% ./hello
Hello World
Hello Andreas
[titanium:objdir/powerpc-apple-darwin6.3/libjava] andreast% ll .libs/libgcj*
-rw-r--r-- 1 andreast staff 24323964 Mar 3 11:38 .libs/libgcj.4.0.0.dylib



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]