Date: Wed, 27 Mar 2002 15:16:08 +0100 (CET) From: Alexander Leidinger <Alexander@Leidinger.net> To: koziol@ncsa.uiuc.edu Cc: Rahul Siddharthan <rsidd@online.fr>, ports@FreeBSD.org Subject: Re: Intel C Compiler Message-ID: <200203271416.g2REG8h3017262@Magelan.Leidinger.net> In-Reply-To: <200203271358.g2RDwEl71745@sleipnir.ncsa.uiuc.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On 27 Mär, Quincey Koziol wrote: [ports CCed, it may be interesting for a wider audience] > I'm very pleased to see that you've ported the Intel C Compiler to FreeBSD! > I have a few questions though: can you give me a quick example of how to > compile & link a program with icc and gcc? You have to produce the object files with icc and link with gcc. You may need to link with some of Intels libraries (${PREFIX}/intel/compiler50/ia32/lib/), depending on the features of icc you use. > Also, FreeBSD _really_ could use > a good Fortran 90 compiler, do you have any plans to port the Intel Fortran 90 > compiler also? I don't have a use for it, so I won't make a port for it. But have a look on the icc port. Based on it it shouldn't be very hard to make a Fortran 90 port. Rahul (CCed) wrote at Jan 24 in freebsd-ports he already has it working on his FreeBSD box. But it creates linux binaries. Maybe he can have a look at my icc port and copy parts of it to get a compiler for native objects. Bye, Alexander. -- Reboot America. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203271416.g2REG8h3017262>