Re: cvs commit: ports/lang Makefile ports/lang/icc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/icc/files patch-include

2002-04-03 Thread Alexander Leidinger
On 2 Apr, Matthew N. Dodd wrote: Oh that is easy to fix. We can do it in one of two ways. Show me the exact link line from icc (I want the equivalent to gcc -v). I don't know how to produce something like with icc, but... We can also tell 'icc' to use our 'ld'. -Qlocation,ld,/usr/bin

Re: cvs commit: ports/lang Makefile ports/lang/icc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/icc/files patch-include

2002-04-02 Thread David O'Brien
On Tue, Apr 02, 2002 at 10:31:39AM +0200, Alexander Leidinger wrote: You can't link native FreeBSD binaries with icc, it tries to link against glibc. Oh that is easy to fix. We can do it in one of two ways. Show me the exact link line from icc (I want the equivalent to gcc -v). -- -- David

Re: cvs commit: ports/lang Makefile ports/lang/icc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/icc/files patch-include

2002-04-01 Thread David O'Brien
On Sat, Mar 30, 2002 at 10:03:47AM +0100, Alexander Leidinger wrote: On 29 Mär, David O'Brien wrote: My patches to src/share/mk/ are here: ftp://ftp.jurai.net/users/winter/icc.mk.diff This allows you to set 'USE_ICC' and 'ICFLAGS' and build stuff. This is fine just to

Re: cvs commit: ports/lang Makefile ports/lang/icc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/icc/files patch-include

2002-03-30 Thread Alexander Leidinger
On 29 Mär, David O'Brien wrote: My patches to src/share/mk/ are here: ftp://ftp.jurai.net/users/winter/icc.mk.diff This allows you to set 'USE_ICC' and 'ICFLAGS' and build stuff. This is fine just to get things working. But please consider Doing It Right -- that being wrap

Re: ICC userland patch (was: Re: cvs commit: ports/lang Makefile ports/lang/icc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/icc/files patch-include)

2002-03-30 Thread Alexander Leidinger
On 29 Mär, David O'Brien wrote: Not tested, feel free to point out some typo's: http://www.leidinger.net/FreeBSD/icc.mk.diff Also forbidden to access. Fixed. Sorry. Bye, Alexander. -- Reboot America. http://www.Leidinger.net Alexander @

Re: cvs commit: ports/lang Makefile ports/lang/icc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/icc/files patch-include

2002-03-29 Thread Alexander Leidinger
On 28 Mär, Matthew N. Dodd wrote: I've tried to give it a start, so I also allowed __ICC in pcpu.h, now it fails with: I got most of src/bin src/sbin src/usr.bin src/usr.sbin and lib to compile with it. Does libm work? At my first try (January) ICC complained about some files. But perhaps

ICC userland patch (was: Re: cvs commit: ports/lang Makefile ports/lang/icc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/icc/files patch-include)

2002-03-29 Thread Alexander Leidinger
On 29 Mär, An: [EMAIL PROTECTED] wrote: My patches to src/share/mk/ are here: ftp://ftp.jurai.net/users/winter/icc.mk.diff Not tested, feel free to point out some typo's: http://www.leidinger.net/FreeBSD/icc.mk.diff It's based upon your patch and addresses the points below. My

Re: ICC userland patch (was: Re: cvs commit: ports/lang Makefile ports/lang/icc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/icc/files patch-include)

2002-03-29 Thread David O'Brien
On Fri, Mar 29, 2002 at 12:33:37PM +0100, Alexander Leidinger wrote: Not tested, feel free to point out some typo's: http://www.leidinger.net/FreeBSD/icc.mk.diff Also forbidden to access. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the

Re: cvs commit: ports/lang Makefile ports/lang/icc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/icc/files patch-include

2002-03-29 Thread David O'Brien
On Fri, Mar 29, 2002 at 11:44:06AM +0100, Alexander Leidinger wrote: My patches to src/share/mk/ are here: ftp://ftp.jurai.net/users/winter/icc.mk.diff This allows you to set 'USE_ICC' and 'ICFLAGS' and build stuff. This is fine just to get things working. But please consider

Re: cvs commit: ports/lang Makefile ports/lang/icc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/icc/files patch-include

2002-03-28 Thread David O'Brien
On Thu, Mar 28, 2002 at 06:37:25PM -0500, Matthew N. Dodd wrote: icc.cfg: ... -D__GNUC__=2 This is really wrong. Why not properly impliment cdefs.h for __ICC__ ? -- -- David ([EMAIL PROTECTED]) To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of

Re: cvs commit: ports/lang Makefile ports/lang/icc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/icc/files patch-include

2002-03-28 Thread David O'Brien
On Thu, Mar 28, 2002 at 08:23:27PM -0500, Matthew N. Dodd wrote: On Thu, 28 Mar 2002, David O'Brien wrote: On Thu, Mar 28, 2002 at 06:37:25PM -0500, Matthew N. Dodd wrote: icc.cfg: ... -D__GNUC__=2 This is really wrong. Why not properly impliment cdefs.h for __ICC__ ? Of course