Код: Выделить всё
E:/Cygwin/lib/gcc/x86_64-pc-cygwin/11/cc1plus.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directoryне указывает, какая библиотека отсутствует?
Код: Выделить всё
CC:= E:\Cygwin\bin\gcc.exe
CXX:= E:\Cygwin\bin\g++.exe
CFLAGS=-O3 -fopenmp -std=c99
CXXFLAGS=-O3 -fopenmp
all: daxpy
daxpy: daxpy.cpp
$(CXX) $(CFLAGS) -o daxpy daxpy.cpp $(CXXFLAGS)
clean:
rm -f $(EXECS) *.o
Подробнее здесь: https://stackoverflow.com/questions/747 ... bject-file
Мобильная версия