Good Evening, I am trying to get the veins inet example to work. I have tried many solutions people have suggested for others problems and none of them have worked. Does anyone know the solution to a linker error like this?
21:42:51 **** Incremental Build of configuration gcc-release for project veins_inet ****
make MODE=release CONFIGNAME=gcc-release all
cd src && /usr/bin/make all
make[1]: Entering directory '/c/Users/super/src/veins-4.5/subprojects/veins_inet/src'
Creating shared library: ../out/gcc-release/src/libveins_inet.dll
C:\Users\super\src\omnetpp-5.0.0\tools\win32\mingw32\bin\ld.exe: cannot find -lveins
clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:94: recipe for target '../out/gcc-release/src/libveins_inet.dll' failed
make[1]: Leaving directory '/c/Users/super/src/veins-4.5/subprojects/veins_inet/src'
Makefile:64: recipe for target 'src_dir' failed
make[1]: *** [../out/gcc-release/src/libveins_inet.dll] Error 1
make: *** [src_dir] Error 2
21:42:52 Build Finished (took 749ms)