bug-indent
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-indent] indent 2.2.7, solaris 2.6, stpcpy


From: Karl Berry
Subject: [Bug-indent] indent 2.2.7, solaris 2.6, stpcpy
Date: Fri, 21 Dec 2001 10:10:26 -0500

indent 2.2.7 fails to link on solaris 2.6, since stpcpy is not defined:

...
gcc  -g -O2   -o indent  args.o comments.o indent.o lexi.o parse.o backup.o 
globs.o io.o ../intl/libintl.a  
Undefined                       first referenced
 symbol                             in file
stpcpy                              ../intl/libintl.a(dcigettext.o)


configure correctly checks for it and finds it missing, so I guess this
needs to be a replaceable function as it is in many other GNU
distributions (fileutils, etc.).

Thanks,
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]