http://llvm.org/bugs/show_bug.cgi?id=12158
Seth <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Seth <[email protected]> --- Ah, I had thought that the `-nostdinc -L ... -lc++` when linking were enough. If I set DYLD_LIBRARY_PATH like so: for i in {1..100}; do DYLD_LIBRARY_PATH=/Users/socantre/Programming/libcxx/lib ./a.out > /dev/null; done then the program appears to run reliably. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
