-----BEGIN PGP SIGNED MESSAGE-----

Moin,

on contrast, here is the make file for one of the Irrlicht demos:

CPP = g++
OPTS =  -I"../../include" -I"/usr/X11R6/include" -L"/usr/X11R6/lib" 
- -L"../../lib/Linux" -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -lz -ljpeg

all:
        $(CPP) main.cpp -o example $(OPTS)

clean:
        rm example

This compiles, and links and runs just fine! So it is definitely something 
with my Makefile.PL....

If I strip out every Irrlicht code from my XS, it compiles/runs, but as soon 
as I add the Irrlicht init code, the problem with the missing X lib 
appears. Heeelp!

Cheers,

Tels
- -- 
 Signed on Sat Feb 28 10:39:49 2004 with key 0x93B84C15.
 Visit my photo gallery at http://bloodgate.com/photos/
 PGP key on http://bloodgate.com/tels.asc or per email.

 "My glasses, my glasses. I cannot see without my glasses." - "My glasses,
 my glasses. I cannot be seen without my glasses."

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
Comment: When cryptography is outlawed, bayl bhgynjf jvyy unir cevinpl.

iQEVAwUBQEBjeXcLPEOTuEwVAQEZIAf/RcYbblruNx9AdbonQaxKV8Xo8Vv4qAet
BPwMgn5d+y6rrM/Uxxma3/QvZ+SPgw7Nz6rYa6kd6lZLsnqTtEwKIa1mRUvCJfzH
r4/02gdNgyGnUgxhw5+4phTz1jVWTpN25QvT4hybupebno4vDjS3tLcOWTLNFUfI
GeNsQ2KQjyXEeY4ESDyrGjveeCPfip0M4YICgROnLg6P/8UuR/pSXtmRjlyHviZX
gWrc72RoPC5po1KtUv8g4dsYgYgjiYjiyDtwW1phx9hnyupa8+ewjuiXNOqfIG/Q
ZSsYD1e0kG0J70a9tYATD9PXkcZhGm1RU3jWSKLL3WOKjJnwqe6Bnw==
=8OPs
-----END PGP SIGNATURE-----

Reply via email to