我想在linux中交叉编译一个用于windows的gcj程序

发布于 2024-10-18 21:24:08 字数 232 浏览 2 评论 0原文

我已经在 linux gcj 上编译了我的程序,但我想为 Windows 进行静态编译。

我在linux下失败了。它总是说: /usr/bin/ld: 找不到 -lgcj collect2: ld 返回 1 退出状态

有没有人成功做到这一点(Windows 静态喜欢的便携式 java gcj 二进制文件)。 我不需要指向 ExcelsiorJet 或 launch4j 的指针(它不会静态或 AOT 编译任何内容)。

I already have my program compiling on the linux gcj, but i'd like to statically compile for windows.

I've failed for linux. It always says:
/usr/bin/ld: cannot find -lgcj
collect2: ld returned 1 exit status

Has anyone succeed at this (a portable java gcj binary statically liked for windows).
I don't want pointers to ExcelsiorJet or launch4j (that doesn't statically or AOT compile anything).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

揪着可爱 2024-10-25 21:24:08

http://www.thisiscool.com/gcc_mingw.htm 获取 Windows GCJ
请遵循 http://gcc.gnu.org/wiki/Statically_linking_libgcj 上的 (GCJ 4.2) 选项静态链接 libgcj。

是的,它适用于 Wine。

Get the Windows GCJ from http://www.thisiscool.com/gcc_mingw.htm
Follow the (GCJ 4.2) options on http://gcc.gnu.org/wiki/Statically_linking_libgcj to statically link libgcj.

Yes, it works on Wine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文