# New Ticket Created by  Leopold Toetsch 
# Please include the string:  [perl #31446]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31446 >


$ perl Configure.pl --verbose-step=gcc
...
cc  -L/usr/local/lib test.o -o test -lgdbm -lgdbm_compat -ldb -ldl -lm 
-lpthread -lc -lcrypt
/usr/bin/ld: cannot find -lgdbm

Parrot::Configure::Step::cc_build() called at config/auto/gcc.pl line 31

While perl5 was configured with these libs these aren't (all) on
the box here[1]. Seems to be caused by recent changes WRT cc/gcc
detection.

leo

[1] or they are here but as e.g. libgdbm.so.3 which the linker seems to 
ignore.

Reply via email to