|
did I do everything right in building? |
roland deschain
Member #8,882
August 2007
|
Hi all. New to Allegro, and C++ in general. Just some advice/comments wanted on an error I got when building allegro earlier today here is a snip from the end of the log: gcc -DALLEGRO_LIB_BUILD -Wall -Wno-unused -mtune=i586 -O2 -funroll-loops -ffast-math -fomit-frame-p At first I thought the build failed, but I looked inside \lib\mingw32\ and alleg42.dll, allegro.def and liballeg.a were there. so i "make compress" and then "make install", I then built a sample program in code::blocks that used allegro and it worked fine. I want to know if this is an error I should be worried about, or if indeed I should file a bug report as it suggests. Some info about my machine and build environment: I got my GCC builds from here: http://www.tdragon.net/recentgcc/ Comments and suggestions welcome |
Matthew Leverton
Supreme Loser
January 1999
|
It failed making the setup program, which is no big deal. It did so because you are using "TDM's Experimental GCC/MinGW32 Builds" which surely contain bugs. |
|