[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bugs #11861] undefined symbol "basename" on IRIX 5.3
From: |
James Youngman |
Subject: |
[bugs #11861] undefined symbol "basename" on IRIX 5.3 |
Date: |
Sat, 5 Feb 2005 16:31:02 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050202 Firefox/1.0 (Debian package 1.0+dfsg.1-4) |
URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11861>
Summary: undefined symbol "basename" on IRIX 5.3
Project: findutils
Submitted by: jay
Submitted on: Sat 02/05/2005 at 16:30
Category: find
Severity: 3 - Ordinary
Item Group: Compilation Failure
Status: None
Privacy: Public
Assigned to: jay
Originator Name: Georg Schwarz
Originator Email: address@hidden
Open/Closed: Open
Release: 4.2.15
Fixed Release: None
_______________________________________________________
Details:
Hi,
whwn compiling findutils 4.2.15 on IRIX 5.3 I end up with:
gmake[3]: Entering directory `/var/tmp/findutils-4.2.15/find'
cc -g -o find find.o fstype.o parser.o pred.o tree.o util.o version.o
../lib/libfind.a ../gnulib/lib/libgnulib.a
ld:
Unresolved:
basename
In order to resolve this I added #include <libgen.h> to find/pred.c (not
strictly necessary), and in find/Makefile I set LIBS=-lgen
Maybe you can incorporate this into the next release. If you need further
information, please let me know.
Georg
_______________________________________________________
This item URL is:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11861>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bugs #11861] undefined symbol "basename" on IRIX 5.3,
James Youngman <=