Opened 19 years ago

Closed 19 years ago

#2852 closed defect (fixed)

BUG: xplanet 1.0.3 and netpbm

Reported by: yves@… Owned by: blb@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

Quite a small bug, as the xplanet port does not support netpbm, but I guess it is better to know too much than not enough ...

xplanet configure does not link with netpbm :

configure:6186: checking pnm.h usability configure:6218: result: yes configure:6222: checking pnm.h presence configure:6258: result: yes configure:6294: checking for pnm.h configure:6301: result: yes configure:6314: checking for pnm_init in -lnetpbm configure:6345: gcc -o conftest -g -O2 -I/usr/X11R6/include -I/opt/local/include -L/opt/local/lib conftest.c -lnetpbm -L/usr/X11R6/lib -lX11 >&5 ld: can't locate file for: -lnetpbm

while /opt/local/lib/libnetpbm.dylib exists

Change History (2)

comment:1 Changed 19 years ago by blb@…

(In reply to comment #0)

...

while /opt/local/lib/libnetpbm.dylib exists

But is it valid? I just installed netpbm and that particular one is a broken symlink.

Fixing the symlink appears to make configure work properly, is this the case on your side too?

comment:2 Changed 19 years ago by yves@…

dependson: 2859
Resolution: fixed
Status: newclosed

netpbm update fixes the problem

Note: See TracTickets for help on using tickets.