-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
I get the following error when trying to compile using MinGW:
/mingw32/bin/ld.exe: ../lib/libopenblas.a(scopy.c.obj):scopy.c:(.text+0x87): undefined reference to 'scopy_k'
/mingw32/bin/ld.exe: ../lib/libopenblas.a(dcopy.c.obj):dcopy.c:(.text+0x87): undefined reference to 'dcopy_k'
/mingw32/bin/ld.exe: ../lib/libopenblas.a(ccopy.c.obj):ccopy.c:(.text+0x87): undefined reference to 'ccopy_k'
/mingw32/bin/ld.exe: ../lib/libopenblas.a(zcopy.c.obj):zcopy.c:(.text+0x87): undefined reference to 'zcopy_k'
/mingw32/bin/ld.exe: ../lib/libopenblas.a(srot.c.obj):srot.c:(.text+0xa9): undefined reference to 'srot_k'
/mingw32/bin/ld.exe: ../lib/libopenblas.a(drot.c.obj):drot.c:(.text+0xa9): undefined reference to 'drot_k'
It seems similar to #1701 .
However, it seems this issue hasn't been resolved, or if so, I do not understand how.
I tried both v3.6.0 and the current devel.
Compiled using:
cmake .. -G "MSYS Makefiles"
make
nm finds that the symbol is there but undefined. Do I need to link against another library that is not automatically linked by make ?
Metadata
Metadata
Assignees
Labels
No labels