You might have to edit ltmain.sh by hand, in order to apply Dave's patch...
-- another Dave
(msg resent by request)
___
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -
http://devcon.sp
On Fri, 7 Jun 2002 21:28:20 -0400
Alexander Strange <[EMAIL PROTECTED]> wrote:
> int float2int(register float in)
> {
> return (int)in;
> }
Hmm.
I'm not an expert on PPC, in fact I've only had one for three days.
However I know that on x86 a bit of inline assember can improve
the execution s
On Fri, 7 Jun 2002 21:11:14 -0400
"David R. Morrison" <[EMAIL PROTECTED]> wrote:
> Hi Erik. You haven't told us what problem you're having!
>
> We've run into a number of different libtool problems, and have done our
> best to address them. We send patches back to the libtool team but I'm
> no
int float2int(register float in)
{
return (int)in;
}
Begin forwarded message:
> From: Erik de Castro Lopo <[EMAIL PROTECTED]>
> Date: Fri Jun 07, 2002 08:54:14 PM US/Eastern
> To: [EMAIL PROTECTED]
> Subject: [Fink-devel] ASM in C file ; porting from CodeWarrior -> OSX
>
> Hi all,
>
> Does any
I've released a very minor update to fink, version 0.4.0a. The only change
was to update the URLs to work within the context of the new sourceforge
mirroring scheme.
-- Dave
___
Don't miss the 2002 Sprint PCS Application Developer's
Hi Erik. You haven't told us what problem you're having!
We've run into a number of different libtool problems, and have done our
best to address them. We send patches back to the libtool team but I'm
not sure if all of them have been accepted.
You might have a look at http://fink.sourceforge.
Hi People,
I'm the author of libsndfile ( http://www.zip.com.au/~erikd/libsndfile/ )
a cross platform library for reading and writing audio files.
The vast majority of my development work is done on Debian Linux but I
have a large number of users on other Unixen, Win32 and MacOS (OS 9 and
OSX
Hi all,
Does anyboy have any idea how to port his code from CodeWarrior
to OSX?
inline int
float2int (register float in)
{ long res [2] ;
asm
{ fctiw in,in
stfdin,res
}
return res [1] ;
}
T
Hi all,
Is this
#if (defined(__MACH__) && defined(__APPLE__))
the standard way of determining whether C code is being compiled
on MacOSX or is there some other preferred method?
Thanks in advance,
Erik
--
+---+
Erik de Castro Lopo
Apparently this one didn't make it to the list :
Begin forwarded message:
> A)
> Compiled succesfully with gcc3:
> atlas-3.3.15-1 rrdtool-1.0.37-3 wget-ssl-1.8.2-1
>
> libxslt-1.0.18-1 failed with install_name error
>
> lftp-ssl_2.5.2-2 failed with :
> g++ -DHAVE_CONFIG_H -I. -I. -I../include -I.
I forgot : also abiword-1.0.2-1, oaf-0.6.10-1 and netpbm-9.25-1
build correctly with gcc3
JFMertens
___
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/ind
In addition to the packages on the list :
debianutils libiconv gettext ncurses bzip2 gzip tar dpkg
zlib dlcompat readline m4 autoconf25 automake15
make texinfo libtool libtool14 bison flex ssed gawk
and gengetopt (latest versions) build correctly with gcc3.
apt-0.5.4-3 still fails with an undefi
A)
Compiled succesfully with gcc3:
atlas-3.3.15-1 rrdtool-1.0.37-3 wget-ssl-1.8.2-1
libxslt-1.0.18-1 failed with install_name error
lftp-ssl_2.5.2-2 failed with :
g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../include -no-cpp-precomp
-I/sw/include -O2 -Wall -Wwrite-strings -Woverloaded-virtua
13 matches
Mail list logo