On Wednesday 07 May 2008, Terry Duell wrote: > I installed Allegro (4.2.2-7), the package manager installed both > i386 and x86_64 libs. When I attempt to build RPCemu (version 127) I > get the message that the allegro-config script hasn't been found.
Did you install the "devel" packages also? In general things like Allegro are have two sets of packages. The first type is the "normal" package that contains the actual library and anything necessary to simply _use_ it. The second type is the "devel" package that contains everything required to build programs that use the library. (There might also be "data" or "extras" style packages that contain, well, data and extras, but that's not really relevant here ;) In Fedora the "devel" packages almost all have the same name as the "normal" ones, but with "-devel" on the end, so make sure you have "allegro-devel" installed. HTH, Adny -- Erst wenn die Wolken schlafengehn | Personal: [EMAIL PROTECTED] kann man uns am Himmel sehn | Techie: [EMAIL PROTECTED] wir haben Angst und sind allein | WWW: verelanthe.co.uk/musus/ Gott weiss ich will kein Engel sein! | UT: [EMAIL PROTECTED] -- Rammstein / Engel _______________________________________________ Rpcemu mailing list [email protected] http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu
