Re: shared library - undefined symbols

2007-06-20 Thread Brian Dessent
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

Re: shared library - undefined symbols

2007-06-20 Thread Larry Hall (Cygwin)
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

shared library - undefined symbols

2007-06-20 Thread Dan O'Brien
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