Opened 16 years ago

Closed 15 years ago

Last modified 15 years ago

#15453 closed defect (duplicate)

cgilib user strndup wich is not available

Reported by: marcelo@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port: cgilib

Description (last modified by jmroot (Joshua Root))

Cgilib is using strndup internally, wich is not available in macosx.

This make cgilib detection with AC_CHECK_LIB impossible.

configure:6931: result: no
configure:6943: checking for cgiHeader in -lcgi
configure:6978: gcc -o conftest -g -O2  -L/opt/local/lib conftest.c -lcgi >&5
Undefined symbols:
  "_strndup", referenced from:
      _cgiReadMultipart in libcgi.a(cgi.o)
      _cgiReadMultipart in libcgi.a(cgi.o)
ld: symbol(s) not found

Change History (4)

comment:1 Changed 15 years ago by mike@…

See Ticket #17216.

comment:2 Changed 15 years ago by jmroot (Joshua Root)

Description: modified (diff)
Keywords: cgilib removed
Milestone: Port Bugs
Port: cgilib added
Summary: cglib user strndup wich is not availablecgilib user strndup wich is not available

comment:3 Changed 15 years ago by raimue (Rainer Müller)

Resolution: duplicate
Status: newclosed

Superseded by #17216.

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.