paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [paragui-users] Linker error: undefined reference to 'PG_Rect::PG_Re


From: Alexander Pipelka
Subject: Re: [paragui-users] Linker error: undefined reference to 'PG_Rect::PG_Rect()'
Date: Thu, 26 Jun 2003 15:10:06 +0200
User-agent: KMail/1.5

Which version are you using ?
Did you compile ParaGUI yourself ?
Did you compile the lib and the app with the same compiler version ?
Are there maybe even more error messages ?

Alex

Am Donnerstag, 26. Juni 2003 14:27 schrieb Tobi Karlsberg:
> Hi,
>
> i have a problem with paragui:
>
> I am using MinGW and Windows98.
>
> I want to link it but i get this error: undefined reference to
> 'PG_Rect::PG_Rect()'.
>
> This is my makefile (may help):
>
> ---------------------------------
> lib := C:/MinGW/lib/
> inc := C:/MinGW/include/
> cc := gcc
> exe := exename
> objects := $(patsubst %.cpp,%.o,$(wildcard *.cpp))
>
> build : $(objects)
>               $(cc) -o $(exe) $(objects) -L $(lib) -lstdc++ -lmingw32 
> -lparagui
> -lSDLmain -lSDL -mwindows -lSDL_Image -lfreetype -Wall
> %.o: %.cpp %.h
>               $(cc) -c $*.cpp -I $(inc)
> all :
>       ${MAKE} build
>
> .PHONY : clean
> clean :
>               -del *.exe $(objects)
> ---------------------------------
>
> Please help me, i am angry about this error because PARAGUI is really good
> and the best portable GUI I've ever seen.
>
> Thanks!
>
> Tom
>
> _________________________________________________________________
> Add photos to your messages with MSN 8. Get 2 months FREE*.
> http://join.msn.com/?page=features/featuredemail
>
>
>
> _______________________________________________
> paragui-users mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/paragui-users





reply via email to

[Prev in Thread] Current Thread [Next in Thread]