On 4/21/05, Hans Horn <ha...@2h...> wrote:
> I'm trying to build doxywizard under cygwin using libqt3.3 from
> http://prdownloads.sourceforge.net/kde-cygwin/
>=20
> ld pukes nastily with the message:
> collect2: ld terminated with signal 11 [Segmentation fault], core dumped
>=20
> the command line leading up to this was:
> g++ -o ../../bin/doxywizard obj/doxywizard.o obj/version.o
> obj/inputstring.o obj/inputbool.o obj/inputstrlist.o obj/inputint.o
> obj/expert.o obj/config.o obj/moc_doxywizard.o obj/moc_inputstring.o
> obj/moc_inputbool.o obj/moc_inputstrlist.o obj/moc_inputint.o
> obj/moc_expert.o -L/opt/qt/3.3/lib -lqt-mt -L/usr/X11R6/lib -lXext -lX11 =
-lm
>=20
> then I get drowned by a slew error messages of the following kind:
> /opt/qt/3.3/lib/libqt-mt.dll.a(.text+0x3c1c20):crtstuff.c: multiple
> definition of `QMemArray<char>::detach()'
> obj/doxywizard.o(.text$_ZN9QMemArrayIcE6detachEv+0x0):doxywizard.cpp: fir=
st
> defined here
> ........
>=20
> I this a known issue?
No, but the segfault is an issue in ld, not doxygen.
> Is there a recommended version of libqt other than 3.3?
This should work, but I have not tried the cygwin port of Qt myself, so I d=
o not
know how good it is.
Regards,
Dimitri
|