| delorie.com/archives/browse.cgi | search |
| From: | "Damian Yerrick" <NOSP AT Msnews@pineight.8m.com> |
| Newsgroups: | comp.os.msdos.djgpp |
| References: | <84884q$7in$1 AT news7 DOT svr DOT pol DOT co DOT uk> |
| Subject: | Re: Linux Allegro problems. [longish] |
| Lines: | 44 |
| Organization: | Pin Eight Software <http://pineight.8m.com/> |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-Newsreader: | Microsoft Outlook Express 5.00.2919.6600 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2919.6600 |
| Message-ID: | <lSN94.331$wF.10737@dfiatx1-snr1.gtei.net> |
| X-Trace: | +rnM+ksbs8Xj/u7iAeUmkkiTgQytKxe2ltZRQTjsGm7dr59umPcTU2EQoC53aRrvuW7VY5oSgsgl!IH/Tb4N5s51JDJjRSuN73bI/PPIN8rTxKk5okpckRpo0Y48cdSJtRiviPsj0havO51mv |
| X-Complaints-To: | abuse AT gte DOT net |
| X-Abuse-Info: | Please be sure to forward a copy of ALL headers |
| X-Abuse-Info: | Otherwise we will be unable to process your complaint properly |
| NNTP-Posting-Date: | Mon, 27 Dec 1999 18:04:01 GMT |
| Distribution: | world |
| Date: | Mon, 27 Dec 1999 18:04:01 GMT |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
"Tom Morton" <tmorton AT yikesstation DOT freeserve DOT co DOT uk> wrote:
> Hello,
> I'm having some problems compiling an allegro program
> in linux. I'm using allegro 3.9.30 (WIP) on both my DOS
> and my Linux box. The allegro examples work so I assume
> I have correctly installed it on both systems. The program
> compiles without warnings on linux & dos but gives this
> error at the end of the compile on linux:
>
This is off-topic on a DJGPP NG, but it looks easy enough.
> undefined reference to `_mangled_main_address'
Allegro 3.9.xx requires
int main(...)
{
...
}
END_OF_MAIN();
_mangled_main_address is part of the END_OF_MAIN() macro.
There is an Allegro mailing list. Check the Allegro
homepage for details.
http://www.talula.demon.co.uk/allegro/
--
Damian Yerrick http://yerricde.tripod.com/
View full .sig: http://www.rose-hulman.edu/~yerricde/sig.html
and now you must pay...
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |