From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Jan Engelhardt <jengelh@medozas.de>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH 4/5] build: implement export symbols
Date: Thu, 06 Jan 2011 03:41:22 +0100 [thread overview]
Message-ID: <4D252BD2.9010904@netfilter.org> (raw)
In-Reply-To: <1293752411-12923-5-git-send-email-jengelh@medozas.de>
On 31/12/10 00:40, Jan Engelhardt wrote:
> This removed the rtnl symbols (7 pieces) that are not usable (there
> are no prototypes in libnfnetlink.h) from the .dynsym section of the
> library.
>
> Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
> ---
> .gitignore | 1 +
> Make_global.am | 2 +-
> configure.ac | 2 +
> m4/gcc4_visibility.m4 | 21 +++++++
> src/iftable.c | 23 ++++----
> src/internal.h | 12 ++++
> src/libnfnetlink.c | 159 ++++++++++++++++++++++++++++---------------------
> 7 files changed, 140 insertions(+), 80 deletions(-)
> create mode 100644 m4/gcc4_visibility.m4
> create mode 100644 src/internal.h
Making all in src
make[3]: se ingresa al directorio
`/home/pablo/devel/scm/git-netfilter/libnfnetlink/libnfnetlink-1.0.0/_build/src'
depbase=`echo libnfnetlink.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I../../src -I.. -I../../include -Wall -fvisibility=hidden -g -O2
-MT libnfnetlink.lo -MD -MP -MF $depbase.Tpo -c -o libnfnetlink.lo
../../src/libnfnetlink.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I..
-I../../include -Wall -fvisibility=hidden -g -O2 -MT libnfnetlink.lo -MD
-MP -MF .deps/libnfnetlink.Tpo -c ../../src/libnfnetlink.c -fPIC -DPIC
-o .libs/libnfnetlink.o
../../src/libnfnetlink.c:53:22: error: internal.h: No existe el fichero
o el directorio
Please, run `make distcheck' to check that everything's fine. We have to
add internal.h to noinst_HEADERS in src/Makefile.am
Could you fix this in your tree so can I pull from it with this problem
resolved?
next prev parent reply other threads:[~2011-01-06 2:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-30 23:40 libnfnetlink: build improvements Jan Engelhardt
2010-12-30 23:40 ` [PATCH 1/5] build: remove unused LIBTOOL_DEPS Jan Engelhardt
2010-12-30 23:40 ` [PATCH 2/5] build: use -Wall across the entire source Jan Engelhardt
2010-12-30 23:40 ` [PATCH 3/5] utils: resolve compiler warning Jan Engelhardt
2010-12-30 23:40 ` [PATCH 4/5] build: implement export symbols Jan Engelhardt
2011-01-06 2:41 ` Pablo Neira Ayuso [this message]
2010-12-30 23:40 ` [PATCH 5/5] src: remove redundant cast near msg_name Jan Engelhardt
2011-01-06 2:37 ` Pablo Neira Ayuso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D252BD2.9010904@netfilter.org \
--to=pablo@netfilter.org \
--cc=jengelh@medozas.de \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.