Re: [go-nuts] Go1.15 + SQLite Driver + Windows + Ld.exe results in ld error "unrecognized option --high-entropy-va"

2020-08-13 Thread Corey Gilmore
Updating ld (via binutils) to 2.33.1 in fixed the issue. Looks like 2.33.1 is the newest available version via TDM-GCC. Thanks for the help! On Thursday, August 13, 2020 at 3:13:51 PM UTC-4 Ian Lance Taylor wrote: > On Thu, Aug 13, 2020 at 12:01 PM Corey Gilmore > wrote: > &g

[go-nuts] Go1.15 + SQLite Driver + Windows + Ld.exe results in ld error "unrecognized option --high-entropy-va"

2020-08-13 Thread Corey Gilmore
Setup: - Go 1.15 - https://github.com/mattn/go-sqlite3 SQL driver - Windows 10 (2004) - Ld.exe (via MingW via TDM-GCC), version 2.25 Prior to go1.15, running "go run main.go" or "go build" would work without issue. With go1.15, the error "ld.exe: unrecognized option '--high-entropy-va'" occurs.