1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] removing .la files harmful ?
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20removing%20.la%20files%20harmful%20%3F&In-Reply-To=%3C4ED0FA4E.3010706%40gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="009853.html">
<LINK REL="Next" HREF="009848.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] removing .la files harmful ?</H1>
<B>Guillaume Rousse</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20removing%20.la%20files%20harmful%20%3F&In-Reply-To=%3C4ED0FA4E.3010706%40gmail.com%3E"
TITLE="[Mageia-dev] removing .la files harmful ?">guillomovitch at gmail.com
</A><BR>
<I>Sat Nov 26 15:40:14 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="009853.html">[Mageia-dev] [changelog] [RPM] cauldron core/release module-init-tools-3.16-10.mga2
</A></li>
<LI>Next message: <A HREF="009848.html">[Mageia-dev] removing .la files harmful ?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#9847">[ date ]</a>
<a href="thread.html#9847">[ thread ]</a>
<a href="subject.html#9847">[ subject ]</a>
<a href="author.html#9847">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hello list.
I can't rebuild ntop anymore, due to missing libxml2.la file, which
seems to be required by libtool:
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wformat
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector
--param=ssp-buffer-size=4 -fstack-protector-all -I/usr/local/include
-I/opt/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -release 4.1.0 -export-dynamic
-Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id
-Wl,--enable-new-dtags -L/usr/local/lib -L/opt/local/lib -o libntop.la
-rpath /usr/lib64 address.lo argv.lo dataFormat.lo event.lo
globals-core.lo hash.lo iface.lo initialize.lo leaks.lo ntop.lo pbuf.lo
plugin.lo prefs.lo protocols.lo sessions.lo term.lo util.lo utildl.lo
traffic.lo vendor.lo version.lo ntop_darwin.lo -lpthread -ldl -lcrypt
-lc -lssl -lrrd_th -lpcap -lgdbm -lz -Wl,--as-needed -Wl,-z,relro
-Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -lsensors -L/usr/lib64
-lnetsnmp -lcrypto -lm -lGeoIP
/bin/grep: /usr/lib64/libxml2.la: No such file or directory
/bin/sed: can't read /usr/lib64/libxml2.la: No such file or directory
libtool: link: `/usr/lib64/libxml2.la' is not a valid libtool archive
Any hint welcome.
--
BOFH excuse #213:
Change your language to Finnish.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="009853.html">[Mageia-dev] [changelog] [RPM] cauldron core/release module-init-tools-3.16-10.mga2
</A></li>
<LI>Next message: <A HREF="009848.html">[Mageia-dev] removing .la files harmful ?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#9847">[ date ]</a>
<a href="thread.html#9847">[ thread ]</a>
<a href="subject.html#9847">[ subject ]</a>
<a href="author.html#9847">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|