Menu

compiling error c_wrap.c

Help
2002-08-25
2002-11-01
  • Nobody/Anonymous

    i get an error message when compiling c_wrap.c

    this is it

    make
    make obj lib
    make[1]: Entering directory `/home/cricque/QSMP3/libsee_mixer'
    g++ -c -fPIC -g -Wall c_mixer.cc -o c_mixer.o
    gcc -c -fPIC -g -Wall see_mixer.cc -o see_mixer.o
    g++ -g -shared -Wl,-soname,libsee_mixer.so.0.0.1 -lc -o libsee_mixer.so.0.0.1 c_wrap.o see_mixer.o c_mixer.o
    g++: c_wrap.o: No such file or directory
    make[1]: *** [lib] Error 1
    make[1]: Leaving directory `/home/cricque/QSMP3/libsee_mixer'
    make: *** [default] Error 2

    anyone got an idea what is wrong ?

    cricque@hotmail.com

     
    • Gerry Duprey

      Gerry Duprey - 2002-11-01

      I had it too - I think it's a missing rule in the Makefile.  I just type

      cc -c c_wrap.c

      and then did a make again and it worked fine

       

Log in to post a comment.