-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
errors while compiling cross platform from Linux to Windows #210
Comments
If you're going to try to cross-compile, you need to point at the Windows MQ client include/library directories. Look at |
That looks like you're mixing up powershell and traditional command prompt operations. |
Did you install mqm on windows machine? if it's installed check all path and ensure it contains path to dll |
Please include the following information in your ticket.
MQ
Name: IBM MQ
Version: 9.3.4.1
Level: p934-001-231123
BuildType: IKAP - (Production)
Platform: IBM MQ for Linux (x86-64 platform)
Mode: 64-bit
O/S: Linux 5.15.133.1-microsoft-standard-WSL2
O/S Details: Ubuntu 22.04.1 LTS (Jammy Jellyfish)
InstName: MQNI93L23112300P
InstDesc: IBM MQ V9.3.4.1 (Redistributable)
Primary: N/A
Go version: v1.18.1
Compiler : x86_64-w64-mingw32-gcc
GCCGO="gccgo"
❯ CC=x86_64-w64-mingw32-gcc CGO_ENABLED=1 GOOS=windows GOARCH=amd64 CGO_LDFLAGS="-L$MQ_INSTALLATION_PATH/lib64 -Wl,-rpath,$MQ_INSTALLATION_PATH/lib64" go build -o mqget.exe mqget.go
github.com/ibm-messaging/mq-golang/v5/ibmmq
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lmqm: No such file or directory
collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered: