transport/udp/UDPPacket_m.o -lpcap -L"c:/OMNeT++/omnetpp-4.1-src-windows/omnetpp-4.1/lib/gcc" -L"c:/OMNeT++/omnetpp-4.1-src-windows/omnetpp-4.1/lib" -loppenvird -loppsimd -lwsock32 -lstdc++ -enable-auto-import -shared-libgcc -L/usr/bin -L/usr/lib -Wl,-rpath,c:/OMNeT++/omnetpp-4.1-src-windows/omnetpp-4.1/lib -Wl,-rpath,. && g++ -shared -o ../out/gcc-debug/src/libinet.dll @.tmp$$ && rm .tmp$$
c:/omnet++/omnetpp-4.1-src-windows/omnetpp-4.1/mingw/bin/../lib/gcc/mingw32/4.5.0/../../../../mingw32/bin/ld.exe: cannot find -lpcap
collect2: ld returned 1 exit status
make[1]: *** [../out/gcc-debug/src/libinet.dll] Error 1
make[1]: Leaving directory `/c/OMNeT++/workspace/inet/src'
make: *** [all] Error 2
Can you explain me how to fix that?
Thanks,
Best Regards,
Predrag Kovac
2010/7/15 Predrag Kovac <predra...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups
> "omnetpp" group.
> To post to this group, send email to omn...@googlegroups.com.
> To unsubscribe from this group, send email to
> omnetpp+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/omnetpp?hl=en.
>
Have you done clean before you build the project again?
--