summary refs log tree commit diff stats
path: root/results/classifier/zero-shot-user-mode/instruction/1054812
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/zero-shot-user-mode/instruction/1054812')
-rw-r--r--results/classifier/zero-shot-user-mode/instruction/105481211
1 files changed, 11 insertions, 0 deletions
diff --git a/results/classifier/zero-shot-user-mode/instruction/1054812 b/results/classifier/zero-shot-user-mode/instruction/1054812
new file mode 100644
index 00000000..cf9d4a41
--- /dev/null
+++ b/results/classifier/zero-shot-user-mode/instruction/1054812
@@ -0,0 +1,11 @@
+instruction: 0.601
+syscall: 0.243
+runtime: 0.156
+
+
+
+Configure uses wrong libtool on Darwin
+
+On Darwin/OS X, there are two versions of libtool: the GNU libtool, and Apple's libtool. Both are installed, but Apple's libtool (libtool) won't build libcacard that Qemu uses, but Gnu's libtool (glibtool) does. I get around using Apple's libtool by passing LIBTOOL=glibtool when configuring; unfortunately this variable isn't preserved so when Qemu's configure changes it's not passed. A simple switch in the configure script could check for Darwin, then if present, use glibtool. Or configure could check the features of libtool, see if they can build libcacard, then look for alternatives like glibtool. 
+
+This bug was probably introduced when libcacard was added to Qemu, and is present in commit 93b6599734f81328ee3d608f57667742cafeea72.
\ No newline at end of file