-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails: enumtest.exe et al. #66
Comments
The correct build-command was 'time make -j3 &> make.log ; echo $?' |
The .exe is just a convenient suffix for the makefile, it's only a name On Wed, Aug 21, 2013 at 7:12 PM, edi-meier [email protected] wrote:
|
ok, build succeeds with the line commented out. |
Something of an issue here as to how boehm gc should be handled when aldor
On the whole I think (2) is better, and not much more work, plus we can Fixing the ld invocation to be in the right order is a slightly separate Peter On Wed, Aug 21, 2013 at 8:53 PM, edi-meier [email protected] wrote:
|
Compiling with clang and boehm now I just add the 3 lines
in aldor.conf in the "linux"-section before compiling aldor, Issue #76 is an "extension" of this issue here. |
Alternatively, split the runtime into C and aldor parts, so that we can have libruntime-boehm.so, linked to libgc, and then libfoam-boehm.a. Then, |
Would your suggestion allows me to have "clang + boehm + hardening" together?
doesn't work when compiling aldor, it wants a "-fPIC" for shared objects which then would result in
"only" for aldor-compiled binaries and not the desired
Yes, after the compilation of aldor I could adapt "aldor.conf" for a second time but I would like to have it "in one go". |
Today I tried to build master, as always with
../../data/aldor/aldor/configure --prefix=$HOME --with-boehm-gc --disable-java &> /dev/null ; echo $?
but 'time make -j&> make.log ; echo $?' fails:
gcc -L ... -o enumtest.exe enumtest-aldormain.o rtexns.o en0NXS00.o ...
aldor/src/store.c:4836: undefined reference to
GC_malloc' aldor/src/store.c:4880: undefined reference to
GC_realloc'aldor/src/store.c:4855: undefined reference to `GC_free'
collect2: error: ld returned 1 exit status
".exe" on linux (?)
The text was updated successfully, but these errors were encountered: