Dan O'Brien wrote:
> g++ -o build/unknown-pc-cygwin/debug/plugin.so -shared
> -Wl,--allow-shlib-undefined build/unknown-pc-cygwin/debug/.objs/plugin.o
> build/unknown-pc-cygwin/debug/.objs/NullFilter.o
> build/unknown-pc-cygwin/debug/.objs/NullFilterFactory.o
First of all, get rid of -Wl,--all
Dan O'Brien wrote:
I'm porting a C++ application that builds and runs on linux. This application allows for
"plugins" and will dynamically load any shared object found in its plugin directory.
This works fine on linux. The trouble I'm having is getting the plugin "shared library"
are in to
I'm porting a C++ application that builds and runs on linux. This application
allows for "plugins" and will dynamically load any shared object found in its
plugin directory. This works fine on linux. The trouble I'm having is getting
the plugin "shared library" are in to build. I'm running i
3 matches
Mail list logo