After running 'configure', ran 'make' (on Fedora Core 5, x86), make runs a while then aborts with this message:
/usr/bin/ld: cannot find -lqt-mt
collect2: ld returned 1 exit status
make[1]: *** [libodbcinstQ.la] Error 1
make[1]: Leaving directory `/root/tmp/eiffel/unixODBC-2.2.12/odbcinstQ'
make: *** [all-recursive] Error 1
/
I do not want to use any of the GUI facilities of unixODBC. Do I have a problem, or has make completed successfully what I need; can I now successfully run 'make install'? ... or do I need to install something to be able to complete?
Thanks for help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After running 'configure', ran 'make' (on Fedora Core 5, x86), make runs a while then aborts with this message:
/usr/bin/ld: cannot find -lqt-mt
collect2: ld returned 1 exit status
make[1]: *** [libodbcinstQ.la] Error 1
make[1]: Leaving directory `/root/tmp/eiffel/unixODBC-2.2.12/odbcinstQ'
make: *** [all-recursive] Error 1
/
I do not want to use any of the GUI facilities of unixODBC. Do I have a problem, or has make completed successfully what I need; can I now successfully run 'make install'? ... or do I need to install something to be able to complete?
Thanks for help.
Just rerun configure with
--enable-gui=no
and it should be fine
> Just rerun configure with
>
>--enable-gui=no
I did.
>
>and it should be fine
And it is.
Thank you, Mr. Gorham, particularly for that prompt response!