Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

Ubuntu 11.10 requires -lz #2913

Closed
wzdev-ci opened this issue Oct 14, 2011 · 4 comments
Closed

Ubuntu 11.10 requires -lz #2913

wzdev-ci opened this issue Oct 14, 2011 · 4 comments

Comments

@wzdev-ci
Copy link
Contributor

resolution_fixed type_bug | by rbt


11.04 did not require this flag but 11.10 cannot find deflate without it.

Compiling in this way fixed the issue:

LIBS=-lz ./configure; make

This was with the warzone2100-master_20110801.tar.gz source package.


Issue migrated from trac:2913 at 2022-04-16 08:37:47 -0700

@wzdev-ci
Copy link
Contributor Author

vexed commented


In configure.ac, we do have

# zlib
LDFLAGS="-lz ${LDFLAGS}"

Dunno why ubuntu chokes.

@wzdev-ci
Copy link
Contributor Author

cybersphinx changed status from new to closed

@wzdev-ci
Copy link
Contributor Author

cybersphinx changed resolution from `` to fixed

@wzdev-ci
Copy link
Contributor Author

wzdev-ci commented Oct 28, 2011

cybersphinx commented


Replying to Warzone2100/old-trac-import#2913 (comment:1):

Dunno why ubuntu chokes.

Stupid linker. Fixed in cd6bb3d66e719a802c82bf4a69610d3706583aae.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant