Bug 814375 - allegro-config executable is not included into any of allegro5 packages.
Summary: allegro-config executable is not included into any of allegro5 packages.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: allegro5
Version: 16
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Brandon McCaig
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-19 17:48 UTC by Paul
Modified: 2012-04-19 19:49 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-04-19 19:15:12 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Result of yum whatprovides. (638 bytes, text/plain)
2012-04-19 17:48 UTC, Paul
no flags Details

Description Paul 2012-04-19 17:48:05 UTC
Created attachment 578724 [details]
Result of yum whatprovides.

This command can't be found in neither in bash nor manually in the file system. The "yum whatprovides */allegro-config" command points only allegro-devel-4.4.x.x packages. It's confirmed on both F16 and F17.

Comment 1 Brandon McCaig 2012-04-19 19:15:12 UTC
The allegro-config tool is specific to Allegro 4. Allegro 5 no longer uses a custom tool to retrieve compiler and linker flags. Allegro 5 now uses pkg-config, which is a general purpose utility with a similar function.

This should get you started:

gcc -Wall main.c `pkg-config --cflags --libs allegro-5.0 allegro_image-5.0`

Comment 2 Paul 2012-04-19 19:49:05 UTC
I should have checked that first, but I was certain that I was referring to official manual for allegro 5. Sorry for mistake.


Note You need to log in before you can comment on or make changes to this bug.