Bugs item #888646, was opened at 2004-02-01 18:26
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=541024&aid=888646&group_id=74455
Category: Linux
Group: MainBranch
Status: Open
Resolution: None
Priority: 5
Submitted By: Christer Sandberg (chrisan)
Assigned to: Nobody/Anonymous (nobody)
Summary: Can't execute static built example on Linux
Initial Comment:
The example crashes if linked static. The linker
reports a huge number of warnings like:
/usr//bin/ld: warning: type and size of dynamic symbol
`_poly_zbuf_atex_trans8' are not defined
/usr//bin/ld: warning: type and size of dynamic symbol
`_poly_scanline_atex_mask_lit32' are not defined
The mentioned identifiers are from allegro. However, if
using the same command line and the same compiler on an
allegro examle gives no warnings.
Also when linked with shared objects there is one
warning, but the example runs without problems.
This bug indicates that any application may have the
same problem.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=541024&aid=888646&group_id=74455
|