This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

symbol export problem


Hi,

I have a problem creating a shared library of libgtkhtml,
for me it seems as if some symbols were exported, that
must not be exported, such as .idata, .text, etc.

Unfortunately, I could not find any hints on the web, 
what could be the reason for this.

I use gcc-3.2.3 (MinGW)

thanks for any hints!
Bernhard

gcc -mcpu=pentium -march=pentium -mmmx -msse -msse2 -mfpmath=sse -mthreads 
-mno-cygwin -mms-bitfields -shared  .libs/gtkhtmlcontext.o 
-Wl,--whole-archive ../libgtkhtml/css/.libs/libhtmlcss.a 
../libgtkhtml/document/.libs/libhtmldocument.a 
../libgtkhtml/dom/.libs/libdom.a 
../libgtkhtml/graphics/.libs/libhtmlgraphics.a 
../libgtkhtml/layout/.libs/libhtmllayout.a 
../libgtkhtml/util/.libs/libhtmlutil.a 
../libgtkhtml/view/.libs/libhtmlview.a -Wl,--no-whole-archive 
-Lc:/MinGW/lib -Lc:/build_gtk/lib -lgtk-win32-2.0 -lgdk-win32-2.0 
-latk-1.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0 -lgdi32 -lpango-1.0 
-lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lxml2 -lintl -liconv -mcpu=pentium 
-march=pentium -mmmx -msse -msse2 -mfpmath=sse -mthreads -mno-cygwin 
-mms-bitfields -o .libs/libgtkhtml-2-0.dll -Wl,--image-base=0x10000000 
-Wl,--out-implib,.libs/libgtkhtml-2.dll.a
Cannot export .idata$4: symbol not found
Cannot export .idata$5: symbol not found
Cannot export .idata$6: symbol not found
Cannot export .text: symbol not found
Cannot export libxml2_NULL_THUNK_DATA: symbol not found
Creating library file: .libs/libgtkhtml-2.dll.a
make[3]: *** [libgtkhtml-2.la] Error 1
make[3]: Leaving directory `/c/build_gtk/libgtkhtml-2.4.0/libgtkhtml'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/c/build_gtk/libgtkhtml-2.4.0/libgtkhtml'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/build_gtk/libgtkhtml-2.4.0'
make: *** [all] Error 2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]