Leif,
I am current working on a "generic" Makefile for all platforms.
This new Makefile is actually a merger of all current platform-specific
Makefiles.
It makes use of both standard make variables like CC, CFLAGS, etc. and
the GCC for compiling and linking.
Escpecially the mixture of using gcc for compiling and sometimes using
the system's linker (mostly ld) for linking, is probably the cause for
the problems. When using gcc for linking, it takes care of passing the
proper arguments to the underlying linker.
I got the Makefile running on the systems I have access to (AIX,
Solaris, OSF1, Irix, Linux), but did not succeed on HP-UX, since the
binutils are broken on my boxes (but I hope Ashish can help on this).
I will also test it on my home box (Mac OS X 10.3) next week.
I will then send the Makefile around, and would appreciate your
feedback.
Cheers,
Andreas
> Ashish, Andreas,
>
> Ashish Gawarikar wrote:
>
>> Andreas Wendt wrote:
>>
>>> When using the native compiler (HP's cc) on my boxes, these errors
>>> do not occur.
>>>
>> We should make that change in the Makefile(s) and rebuild..
>
> I will be very happy to commit a fix for this and get it into the next
> release. This has
> been an issue for 64 bit HP-UX users for quite some time and is not
> something that
> I can track down myself due to a lack of hardware. Awaiting a tested
> patch.
>
> Cheers,
> Leif
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: SourceForge.net Broadband
> Sign-up now for SourceForge Broadband and get the fastest
> 6.0/768 connection for only $19.95/mo for the first 3 months!
> http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
> _______________________________________________
> Wrapper-user mailing list
> Wra...@li...
> https://lists.sourceforge.net/lists/listinfo/wrapper-user
>
|