On 05/01/2011 08:21 AM, Patrick Dupre wrote:
> Hello,
>
> I need to use 2 packages:
> f2c and complex
> Unfornutely, they both define their own structure complex which are
> complicting.
> How can I bypass this issue ?
> In fact I need to use both of them !
>
> Thank.
>
Basically f2c defines comlex and doublecomplex as a typedef and
complex.h defines it with #define. Additionally C99 defines complex
types. Take a look at this short website:
http://www.gnu.org/s/libc/manual/html_node/Complex-Numbers.html. You
might have to drill down /usr/include complex.h and look at some
underlying header files as well as feature codes.

-- 
Jerry Feldman <[email protected]>
Boston Linux and Unix
PGP key id: 537C5846
PGP Key fingerprint: 3D1B 8377 A3C0 A5F2 ECBB  CA3B 4607 4319 537C 5846


Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
[email protected]
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
  • complex Patrick Dupre
    • Re: complex Jerry Feldman

Reply via email to