You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To: exosports/transit <tr***@no***>
CC: Subscribed <su***@no***>
I am trying to install BART on my machine (MacOS Sierra 10.12.6), but I
get an early error during the installation of transit and more precisely
the installation of pu.
When I run make, I've got several errors due to unknown option under
OSX, and I had to modified the MakeFile:
Here is the modifications, I've made
ARCH_FLAG = -Wl,--whole-archive --> ARCH_FLAG = -Wl,-all_load
LIBM_FLAG = -Wl,--no-whole-archive -lm --> LIBM_FLAG =
NAME_FLAG = -Wl,-soname -Wl,libpu.so.1 --> NAME_FLAG =
-Wl,-install_name,libpu.so.1
But I still get an error that I don't manage to fix:
Apple LLVM version 9.0.0 (clang-900.0.39.2)
Target: x86_64-apple-darwin16.7.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle
-lto_library
/Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic
-dylib -arch x86_64 -macosx_version_min 10.12.0 -o libpu.so.1
-all_load ./src/iomisc.o ./src/messagep.o ./src/numerical.o
./src/procopt.o ./src/sampling.o ./src/spline.o ./src/voigt.o
./src/xmalloc.o -install_name libpu.so.1 -lm -lSystem
/Library/Developer/CommandLineTools/usr/lib/clang/9.0.0/lib/darwin/libclang_rt.osx.a
Undefined symbols for architecture x86_64:
"_error", referenced from:
_xmalloc in xmalloc.o
_xcalloc in xmalloc.o
_xrealloc in xmalloc.o
_xstrdup in xmalloc.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
make[1]: *** [library] Error 1
make: *** [make_pu] Error 2
Do you have an idea of what the problem/solution could be ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The following is an archived message from the BART-user mailing list, which has now closed.
From: jh***@ph*** (Joe Harrington)
Date: Mon, 7 May 2018 09:34:09 -0400
Subject: [BART-user] Fwd: [exosports/transit] Installation error under
MacOSX (#140)
In-Reply-To: <exosports/transit/issues/14***@gi***>
References: <exosports/transit/issues/14***@gi***>
This was posted to github...I will reply.
--jh--
-------- Forwarded Message --------
Subject: [exosports/transit] Installation error under MacOSX (#140)
Date: Fri, 27 Apr 2018 10:04:55 -0700
From: Olivier Demangeon <no***@gi***>
Reply-To: exosports/transit
<reply+00***@re***>
To: exosports/transit <tr***@no***>
CC: Subscribed <su***@no***>
I am trying to install BART on my machine (MacOS Sierra 10.12.6), but I
get an early error during the installation of transit and more precisely
the installation of pu.
When I run make, I've got several errors due to unknown option under
OSX, and I had to modified the MakeFile:
Here is the modifications, I've made
ARCH_FLAG = -Wl,--whole-archive --> ARCH_FLAG = -Wl,-all_load
LIBM_FLAG = -Wl,--no-whole-archive -lm --> LIBM_FLAG =
NAME_FLAG = -Wl,-soname -Wl,libpu.so.1 --> NAME_FLAG =
-Wl,-install_name,libpu.so.1
But I still get an error that I don't manage to fix:
Do you have an idea of what the problem/solution could be ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
exosports/transit#140, or mute the thread
https://github.com/notifications/unsubscribe-auth/AByT6YP3gMQP5TyVNg78b352UwXX0wVvks5ts0-3gaJpZM4Tqt1O.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://physics.ucf.edu/pipermail/bart-user/attachments/20180507/0c81d626/attachment.html
Beta Was this translation helpful? Give feedback.
All reactions