lidavidm commented on PR #1603: URL: https://github.com/apache/arrow-adbc/pull/1603#issuecomment-2000702956
@paleolimbot do you have any idea what's going on with Windows? ``` gcc -shared -s -static-libgcc -o adbcsqlite.dll tmp.def init.o c/driver/common/utils.o c/driver/framework/catalog.o c/driver/framework/objects.o c/driver/sqlite/sqlite.o c/driver/sqlite/statement_reader.o c/vendor/nanoarrow/nanoarrow.o c/vendor/sqlite3/sqlite3.o -lsqlite3 -LC:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools43/x86_64-w64-mingw32.static.posix/lib -LC:/R/bin/x64 -lR C:\rtools43\x86_64-w64-mingw32.static.posix\bin/ld.exe: c/driver/framework/catalog.o:catalog.cc:(.text+0x69): undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long long&, unsigned long long)' C:\rtools43\x86_64-w64-mingw32.static.posix\bin/ld.exe: c/driver/framework/catalog.o:catalog.cc:(.text+0x67a): undefined reference to `operator new(unsigned long long)' C:\rtools43\x86_64-w64-mingw32.static.posix\bin/ld.exe: c/driver/framework/catalog.o:catalog.cc:(.text+0x6c1): undefined reference to `operator delete(void*, unsigned long long)' C:\rtools43\x86_64-w64-mingw32.static.posix\bin/ld.exe: c/driver/framework/catalog.o:catalog.cc:(.text+0x818): undefined reference to `operator new(unsigned long long)' ... ``` The only thing I can think of is that maybe it should be linking with `g++` and not `gcc` but at least on Linux that doesn't seem to affect things -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
