Re: undefined symbol: __pure_virtual
From: Kasper Dupont (kasperd_at_daimi.au.dk)
Date: 08/30/05
- Next message: Marten Kemp: "Re: Newbie question about kernels"
- Previous message: niraj.kumar.ait_at_gmail.com: "undefined symbol: __pure_virtual"
- In reply to: niraj.kumar.ait_at_gmail.com: "undefined symbol: __pure_virtual"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Aug 2005 11:44:25 +0200
niraj.kumar.ait@gmail.com wrote:
>
> includedir = @includedir@/mss-backend
> FLAGS = -g -fPIC --shared
> lib_LTLIBRARIES = libApache.la libIptable.la
> CXX=g++296
> AM_CXXFLAGS=$(FLAGS)
> libApache_la_SOURCES = apache.cpp
> libIptable_la_SOURCES=iptable.cpp
>
> include_HEADERS = parser.h apache.h iptable.h
>
> libIptable_la_LIBADD=$(OPTIONS)
> libApache_la_LIBADD=$(OPTIONS)
>
> and the error Msg is
>
> ../lib/libApache.so: undefined symbol: __pure_virtual
> ~
> ~
> ~
http://www.catb.org/~esr/faqs/smart-questions.html
-- Kasper Dupont Note to self: Don't try to allocate 256000 pages with GFP_KERNEL on x86.
- Next message: Marten Kemp: "Re: Newbie question about kernels"
- Previous message: niraj.kumar.ait_at_gmail.com: "undefined symbol: __pure_virtual"
- In reply to: niraj.kumar.ait_at_gmail.com: "undefined symbol: __pure_virtual"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|