Connecting Tech Pros Worldwide Forums | Help | Site Map

autoscan automake and similar and deprecated standard libraries classes

Shalafi
Guest
 
Posts: n/a
#1: Jul 23 '05
Hi,
I've modified an old library, flip (fuzzy logic stuff), to work with
new gcc compiler, I've made operation like substituting #include
<strstream.h> with #include <strstream> and inserted where useful
"using std::str..". And i've modified the makefile to add the install
and the uninstall target.
Now i'd like to use autotools and automake and friends or similar
tools to make the same work.
I wondered when autoscan didn't found these deprecated methods. And I
hope ther can be an automated method to do it, and to check other
non-portable and non-standard code.
Can any one help?
thanks,
Dimitri Ognibene

Noah Roberts
Guest
 
Posts: n/a
#2: Jul 23 '05

re: autoscan automake and similar and deprecated standard libraries classes


Shalafi wrote:[color=blue]
> Can any one help?[/color]

Maybe in comp.os.linux.development.
comp.lang.c++ isn't going to offer much help since autotools are not
part of C++.
Ben Pfaff
Guest
 
Posts: n/a
#3: Jul 23 '05

re: autoscan automake and similar and deprecated standard libraries classes


fizban@softhome.net (Shalafi) writes:
[color=blue]
> I've modified an old library, flip (fuzzy logic stuff), to work with
> new gcc compiler, I've made operation like substituting #include
> <strstream.h> with #include <strstream> and inserted where useful
> "using std::str..". And i've modified the makefile to add the install
> and the uninstall target.
> Now i'd like to use autotools and automake and friends or similar
> tools to make the same work.[/color]

I would ask about this on the autoconf and/or automake mailing
lists:
autoconf@gnu.org
automake@gnu.org
--
"The USA has no monopoly on stupidity.
They just work longer hours."
--Richard Heathfield
Closed Thread