On Mon, Mar 16, 2015 at 01:21:53PM -0700, Stephen Hemminger wrote: > On Sun, 15 Mar 2015 08:01:22 -0400 > Neil Horman <nhorman at tuxdriver.com> wrote: > > > On Fri, Mar 13, 2015 at 06:05:46AM +0900, Takuya ASADA wrote: > > > Adding OSv support. > > > Based on Linux/FreeBSD EAL, but calling OSv kernel APIs to access > > > devices, allocate contiguous memory, etc. > > ><snip> > > > + > > > +include $(RTE_SDK)/mk/rte.vars.mk > > > + > > > +LIB = librte_eal.a > > > + > > > +EXPORT_MAP := rte_eal_version.map > > > + > > You never coppied over the version map. How does this build for shared > > libraries? > > OSv probably doesn't do shared libraries. > Ah, then do we need to add a check to prevent trying to configure shared libraries then?
Neil