Bugs item #888646, was opened at 2004-02-01 18:26
Message generated for change (Settings changed) made by chrisan
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=541024&aid=888646&group_id=74455
Category: Linux
Group: MainBranch
>Status: Closed
>Resolution: Fixed
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.
----------------------------------------------------------------------
Comment By: Christer Sandberg (chrisan)
Date: 2004-02-01 18:29
Message:
Logged In: YES
user_id=713645
Correction: Also the allegro examples fails if the same
command line is used (i.e. linked with cgui).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=541024&aid=888646&group_id=74455
|