# New Ticket Created by Packy Anderson # Please include the string: [perl #55950] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=55950 >
On Jun 17, 2008, at 11:36 AM, Geoffrey Broadwell wrote: > On Mon, 2008-06-16 at 23:17 -0500, Packy Anderson wrote: >> Of course, I'm still doing "perl Configure.pl --without-opengl", but >> I don't know if that's a problem with hints file or with the GLUT >> implementation... > > That would be for me to look at .... Join #parrot (irc.perl.org) and > ping japhb, or file a separate RT with details, and I'll happily debug > your OpenGL troubles with you. Here's the command I'm using to configure and make $ make realclean; CC="gcc-4.0" CX="g++-4.0" perl Configure.pl -- cc="$CC" --cxx="$CX" --link="$CX" --ld="$CX" --optimize; make -j 2 (much configuring and making happens) ... c++ -o digest_group.bundle lib-digest_group.o md2.o md4.o md5.o ripemd160.o sha.o sha1.o sha256.o sha512.o -lm -framework OpenGL - framework GLUT -lcrypto -L/usr/local/lib -L/usr/local/source/parrot/ blib/lib -L/opt/local/lib -L/usr/local/source/parrot/blib/lib - bundle -undefined dynamic_lookup -L/usr/local/source/parrot/blib/lib - lparrot /usr/bin/ld: warning can't open dynamic library: /opt/local/lib/libz. 1.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2) c++ -o dynlexpad.bundle dynlexpad.o -lm -framework OpenGL -framework GLUT -lcrypto -L/usr/local/lib -L/usr/local/source/parrot/blib/lib - L/opt/local/lib -L/usr/local/source/parrot/blib/lib -bundle - undefined dynamic_lookup -L/usr/local/source/parrot/blib/lib -lparrot /usr/bin/ld: warning can't open dynamic library: /opt/local/lib/libz. 1.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2) c++ -o foo.bundle foo.o -lm -framework OpenGL -framework GLUT - lcrypto -L/usr/local/lib -L/usr/local/source/parrot/blib/lib -L/opt/ local/lib -L/usr/local/source/parrot/blib/lib -bundle -undefined dynamic_lookup -L/usr/local/source/parrot/blib/lib -lparrot /usr/bin/ld: warning can't open dynamic library: /opt/local/lib/libz. 1.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2) c++ -o rotest.bundle rotest.o -lm -framework OpenGL -framework GLUT - lcrypto -L/usr/local/lib -L/usr/local/source/parrot/blib/lib -L/opt/ local/lib -L/usr/local/source/parrot/blib/lib -bundle -undefined dynamic_lookup -L/usr/local/source/parrot/blib/lib -lparrot /usr/bin/ld: warning can't open dynamic library: /opt/local/lib/libz. 1.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2) c++ -o rational.bundle rational.o -lm -framework OpenGL -framework GLUT -lcrypto -L/usr/local/lib -L/usr/local/source/parrot/blib/lib - L/opt/local/lib -L/usr/local/source/parrot/blib/lib -bundle - undefined dynamic_lookup -L/usr/local/source/parrot/blib/lib -lparrot /usr/bin/ld: warning can't open dynamic library: /opt/local/lib/libz. 1.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2) c++ -o subproxy.bundle subproxy.o -lm -framework OpenGL -framework GLUT -lcrypto -L/usr/local/lib -L/usr/local/source/parrot/blib/lib - L/opt/local/lib -L/usr/local/source/parrot/blib/lib -bundle - undefined dynamic_lookup -L/usr/local/source/parrot/blib/lib -lparrot /usr/bin/ld: warning can't open dynamic library: /opt/local/lib/libz. 1.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2) My environment: $ sw_vers -productName Mac OS X $ sw_vers -productVersion 10.4.11 $ sw_vers -buildVersion 8S165 -packy -- Packy Anderson [EMAIL PROTECTED] "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." --Benjamin Franklin