compilation (make) error

From: user (b83503104_at_yahoo.com)
Date: 01/12/05


Date: 11 Jan 2005 15:48:45 -0800

Cannot see what's wrong.

g++ -O -I../mht -o myfile myfile.o motionModel.o \
-L ../mht -lmht -lm
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/../../../../i686-pc-cygwin/bin/ld:
skippin
g incompatible ../mht/libmht.a when searching for -lmht
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/../../../../i686-pc-cygwin/bin/ld:
skippin
g incompatible ../mht/libmht.a when searching for -lmht
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/../../../../i686-pc-cygwin/bin/ld:
skippin
g incompatible ../mht/libmht.a when searching for -lmht
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/../../../../i686-pc-cygwin/bin/ld:
cannot
find -lmht
collect2: ld returned 1 exit status
make: *** [myfile] Error 1



Relevant Pages

  • gcc -m32 option on amd64.
    ... when searching for -lgcc ... collect2: ld returned 1 exit status ... Sharad Chandra ...
    (freebsd-hackers)
  • RE: Can I or can I not transfer my Windows XP from one machine to anot
    ... However, when searching for my ... When booting from the CD on a new motherboard, ... Page up and down and press ESC to exit install...However I am unable to ...
    (microsoft.public.windowsxp.setup_deployment)
  • libXext broken in FC4_64?
    ... I am trying to compile Wine, and I keep coming across this error ... searching for -lXext ... ld returned 1 exit status ... winegcc: gcc failed. ...
    (Fedora)
  • Re: single link list , binary search
    ... Searching will also be O, you have to look at potentially every ... I guess you can exit when you know you're past ... You get sorting for free and searching is O. ...
    (comp.lang.c)
  • Re: Terminating User-Interface Thread
    ... the application will exit automatically. ... I only need something that will stop executing the thread while it is still running without exiting the application.. ... I used thread so that the user can start and stop searching. ... If you call it from the secondary thread it causes the secondary thread to exit. ...
    (microsoft.public.vc.mfc)