AS 3.0 compiler not recognizing internal class in file

Hi,
I have a file that defines the package such as the following:
package com.data{
public class Blah{
internal class Foo{
For some reason, the compiler still complains on line 1,
which is the package definition, that I am trying to expose to
classes but that shouldn't be the case if I'm using the 'internal'
keyword for the second class. Why is this happening?
Thanks,
Sam.

remove Foo. you can't define more than 1 class per class
file.

Similar Messages

  • Windows AD login error: Account Information Not Recognized: Internal error.

    I follow this documentation and everything is working fine.
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0edd98d-c43e-2b10-e09a-e0a89931cedc
    1. create a domain user called bossosvcacct
    3. I was able to mapped group into the CMC and I do see user being mapped into the system.
    4. I did a test to make sure the kerbose is working correctly by running kinit username
    I got everything working except for when I login I'm getting this error.
    Account Information Not Recognized: Internal error.
    This is what is in my log.
    Commit Succeeded
    Debug is  true storeKey false useTicketCache false useKeyTab false doNotPrompt false ticketCache is null isInitiator true KeyTab is null refreshKrb5Config is false principal is null tryFirstPass is false useFirstPass is false storePass is false clearPass is false
              [Krb5LoginModule] user entered username: johndoeDOMAIN
    Acquire TGT using AS Exchange
    principal is johndoeDOMAIN
    EncryptionKey: keyType=23 keyBytes (hex dump)=0000: 17 29 81 67 E0 91 65 B3   61 D6 1E D9 DF BB 65 F0  .).g..e.a.....e.
    Commit Succeeded

    What do you get if you login to client tools (deski/designer/CCM)?
    commit succeeded is only the kinit part of the login, the CMS then needs to make a TGS request using the CMS service account. logging in with the client also requires this and is a good test. If clients work then the only known issues are for multi-domain/multi forest or encrypti0on mismatches between the service account and java configuration.
    Let us know...
    Regards,
    Tim

  • Not recognizing # while reading the file from application server

    Hi
    I am reading a file from application server. While reading into internal table with read statement the last field in each record is filling with hash symbol in the last digit. If I write any if condition with HASH symbol its not going inside the if condition, means its not recognizing as hash may be its internally treating as some other. I need to remove the hash from that field. How I can do that.
    Thanks,
    kishore

    I faced exact situation. Yes, internally its treated as some other special character. What i did was, becuase hash symbol was always coming at the end...i created a dummy field in my internal table so that it will not interfere with my actual data. When i see the data in my internal table, the hash always falls in the last field (dummy) which i will ignore. I could not get solution to remove this hash so i adopted this approach and it worked!!
    Hope it helps,
    SKJ

  • 'No' symbol on start-up, disk utility not recognizing internal drive

    Need a little assistance.
    Two days ago I was using the Macbook and it froze. Restarted and I was hit with the international no symbol. I've also gotten the blinking file folder at times when I've tried the holding down of various buttons on start-up.
    I put a Hitachi 750 gb harddrive in last fall, it has been working fine up until now.
    I do not have the system disk for Snow Leopard on hand, so until I can get it from my Dad, I decided to check on the system disk I actually have from the laptop purchase in 2007.
    This allowed me to get to the start-up disk and disk utility area. I could not find my external harddrive in the list for a start-up, and it is the back-up using Time Machine. I also could not get the internal harddrive to be found in the utility so I could do a repair. It did seem to recognize that there is a drive, but not the actual named portion of it that contains the info.
    I removed the internal and put it in an external case: my netbook recognizes that there is hardware, but does not let me access it. I attribute this to the fact that the drive is formatted for Mac and the Windows machine can't recognize the data.
    My next step was to see if my old iMac would recognize the internal as an external, but since I don't know where the keyboard is and it is running an early version of OS X, figured it won't do me much good.
    What is my next step? Will the Snow Leopard disk make a difference? Or is the reaction with the older system disk going to carry on the same way with Snow Leopard?
    I was going to buy a Macbook Pro, but not for over another month, so I'm hoping I can figure something out with this and make it last a little longer.

    I hooked my internal as an external up to my Mom's Macbook Pro and it recognized my HD. I'm thinking it is something internal with the hook-up, which is awesome, because maybe I can actually fix it!!!!  Any thoughts?

  • 24" iMac not recognizing internal hard drive..

    end of '07 iMac 24" 2.4GHz
    I have been having problems with this iMac since day 1... I'm kind of fed up with it at this point BUT I would like to get it working at least.
    PROBLEM: Yesterday I was working on the ol' iMac and I walked away, the computer fell asleep and when I got back to wake it up it seemed a little off. I restarted and thats when the magic happened. I got the question mark of death. Didn't think it was an issue since I've gotten it in the past. Usually I restart again, maybe reset PRAM, and its fine. Orrrr if that doesnt work I use the Snow Leopard disc or Disk Warrior and it'll work fine. Yesterdays problem was more unique.
    Disc Utility, Disk Warrior, etc are not even recognizing the internal hard drive at all. Nothing. Like it doesn't even exist. When you try and set the start up disk, it's missing from the list. It doesn't make any noise, nothing. It worked fine 5 minutes before that.
    Any ideas? or is it time for the ol' Apple repair shop? Could it be just the drive or something more serious? Luckily I have a time machine and everything should be backed up incase of the worst scenario.
    Any help would be great. thanks.

    It sounds like the drive has failed, you can try starting it with the install disc it came with and trying to repair the disk. The instructions for doing that are:
    1. Insert the Mac OS X Install or Restore disc.
    2. Restart the computer, then hold the C key during startup.
    3. From the Apple menu, choose Disk Utility. Do this in the first screen of the Installer. Don't click 4. Continue. If you click Continue in a Mac OS X Installer version earlier than 10.2, you must restart from CD again.
    5. Click the First Aid tab.
    6. Click Repair Disk.
    7. After repairing the disk, try to start from the Mac OS X hard disk.
    If the drive still cannot be seen then make an appointment with an AASP.
    Regards,
    Roger

  • Help me,JSP is not recognizing the class which in in jar under root of ear

    <%@ page import="com.sample.components.HttpUtil"%>
    I am not able to get the HttpUtil class in my JSP.Above is my declaration .I am getting compilation error.
    The HttpUtil class is under components package,which was in components.jar.
    And it is kept under root of ear.And the classpath for web is having entry of that jar.
    Please help me

    I changed the <form> in the jsp to div and its working fine. I do not need to have comments in JavaScript funcion() anymore. I don't know why that made the difference though? According to:
    http://www.w3schools.com/tags/tag_form.asp
    The <form> tag is used to create an HTML form for user input.
    The <form> element can contain one or more of the following form elements:
    <input>
    <textarea>
    <button>
    <select>
    <option>
    <optgroup>
    <fieldset>
    <label>
    An HTML form is used to pass data to a server.
    I do have <button> and also send the data - the value of checkboxes - to server. So I think it should also work with <form>.
    Please let me know if you have any idea. Thanks.

  • IBook Dual USB (16 VRAM) not recognizing internal HDD, maybe not entire ATA

    I've got a VERY old iBook (2001 dual USB I think, 'machine model' is 'PoweBook4.3'), which seemingly isn't recognizing it's own ATA bus.. Just this afternoon, I managed to connect it via Firewire target and back up the HDD (nothing important really), but now it won't even see it's own HDD, I can't boot from the internal CD/DVD drive (using the Tiger install DVD) using the 'C' key, but I can boot from an external Firewire DVD drive. But then the installer won't see the internal HDD, nor will Disk Utility see it. If I do 'ls /dev/d*', I get the following devices:
    disk0 disk0s1 disk0s2 disk0s3
    disk1
    disk2
    disk3
    disk0 is the install DVD (on /Volumes). disk1 is on /private/var/tmp, which contains a bunch of Mount[0-9]{0-2] entries, a mds and a zBooterMnt directory. disk3 is on /private/var/run, which has a bunch of 'UNIX-looking' stuff 9syslog,syslog.pid,lookup.pid,installer.
    I'm suspecting that either the battery that maintains the PRAM and/or NVRAM (shouldn't that not NEED a battery, being NV?) is hosed, or the NVRAM itself is, or something else entirely like the ATA bus, Power Manager chip, etc. The other day, sometimes it would recognize the HDD as a boot volume, sometimes not. If I reset the NVRAM (using openfirmware: reset-nvram), and then reset the Power Manager, that seemed to correct things..
    BTW, this is my notorious 'machine from ****' - it has been repaired on AppleCare 7 or 8 times I think (logic board replaced multiple times, including that flaw in the video circuitry, replaced some other boards, etc, etc) - Apple has spent more than the combined cost of the machine and the Applecare on it. I'd like to use it as an MP3 server (and Newton development platform, which really does do better under OS9..), but if it won't even recognize it's own HDD..
    Any ideas, or anybody want to buy it for parts (what parts still work that is - mind you, the display cable is a bit flaky TOO!)?
    Jim

    Yeah, it is indeed a DVD ROM drive.
    I did manage to get it to recognize the disk (don't know how though) - by opening the **** thing up (completely), disconnection the ATAPI cable from the TravelStar drive and motherboard, and then reseating everything and closing the book back up (without the EMI shield (the one that is over the main board that the Airport card sits on (there is no Airport Card there) - I hope that doesn't double as a heat sink..
    I also recoved the "U bar" around the screen hinges, and cut a bit away from the bottom housing plastic, so the two sets of video cables (and backlight/LCD power) are just exposed now, and not crimped through that piece of metal, which was causing problems - blacklight blinking out) That doesns't seem to cause any problems, UNLESS that bar is a heat sink. (didn't ever feel particularly hot, but I know there's a heat pipe (I think it's a heat pipe) that runs up to that grill below the screen hinge opening).
    The one thing I do notice is that the metal area right under where the Airport card would go, and just to the left of the RAM SODIMM is VERY hot (almost burns skin on 10s contact. Is that normal? Since it's normally right below the card, I'd think heat should be piped away somehow, and I'm wondering if the EMI shield usually conducts the heat somewhere else. I still have the shield so I can reinstall it if necessary. The fan is not running continuously either. I'm thinking maybe the shield conducts heat from where it's source over to the heat piipe that runs up to the hinge-grill and the fan?
    I also managed to break the audio connector on the main board in the process (opps!), but what the **** if it has no internal audio - it was crappy anyway!

  • User Defined Function is not recognizing java class in IR.

    Hi All,
    i have written one normal java class, and i imported that java class into IR using imported Archive as a .jar file,
    it will add just two values .
    now in message mapping i created one user defined function in that
    iam trying to call this java class. while testing it is showing error as cannot resolve symbol java class name
    so experts please help me in this or it would be appreciate if any one will provide
    step by step process of one java class and one USD just to add two numbers.
    thanks in advance,
    jasmine .

    Hi,
    The steps are as follows:
    1) Create a java file with .java extension.
    2)Compile it to create a .class file.
    3) Create a zip file for this .class file using any compressed archive program(ex-winrar)
    4) Upload this zip file as an imported archive ,save and activate.
    When you go to this archive,below , you can see your .class file with the older path,for below ex:
    ObjRecord.class     jxl/biff/drawing/
    you have to give following entry in imports section:
    jxl.biff.drawing.ObjRecord;
    Please try this and let us know if this works.
    Thanks.
    Regards,
    Shweta

  • Bridge not recognizing internal camera memory

    I've just transitioned my workflow back to a Mac environment (10.9.5) and have begun relying on Bridge CS6 to import my Canon Vixia HF20 AVCHD files directly from the camera. It works beautifully with anything saved to the SD card. However, Bridge won't recognize the camera's 32 GB internal memory. iMovie does, but I'd prefer to keep the video files in their native format. (I don't have Premiere.)
    Any guesses as to the problem and if it's surmountable? I've really enjoyed the Bridge interface. (Much better than the Windows software Canon ships.) But those 32 GB contain my kids' toddlerhood, so I'd really like to back them up!! Thank you for your insight.
    cheers,
    Kristi

    kjones8739 wrote:
    I'm not sure if Bridge is using a Photoshop script. In Bridge, I choose File>Get photos from camera. I then use the Advanced Rename options to save the files according to date and time. Bridge will recognize an SD card if placed in the camera but will not recognize the internal camera drive (even absent a card).
    Bridge imports the entire original file structure, which is partly why I like using it. But my searches show I'm probably an anomaly, as no one else seems to be running into this problem. (And Canon has a whole line of prosumer HD recorders with internal memory. They just ship with the world's most awful Windows software.)
    That is exactly how you call the Photo Downloader script.  :-/
    sigh…
    Bridge imports NOTHING.  Its just a file browser, nothing more, nothing less.  It's nothing more than the old Photoshop File Browser, renamed to accommodate the illusory, fabricated concept of the "suites".  See below.
    Photoshop opens nothing, edits nothing, saves nothing.  Nothing is ever "imported" into Bridge.
    Bridge just hands over the files to the appropriate application, whether that be Photoshop, ACR, Illustrator or even MS Word.
    It does not keep its own libraries, it doesn't store images.  It just shows you your files wherever you or other applications put them.  That's why you think "imports the entire original file structure"; it's just showing you the original "structure", whatever you mean by that, pretty much as shown by Windows file Explorer or Apple's Finder.
    It also can call on various scripts, such as the "Get Pictures From Camera" script.
    Anyway, I come here to help users, not to debate uninformed posters.
    I'm out of this thread, but not before saying that to me any and all Windows software is indeed "the world's most awful Windows software".
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Inconsistency between or among applications in the artificial "suites" should come as no surprise.
    The "suite" concept is a fabrication of Adobe marketing and bean-counting types.  The engineering teams are totally independent of each other, they are not only in different buildings but in different cities and states of the American Union, even in different countries.
    The fact that they have little if any communication among them is highlighted by requests occasionally made in these forums by top Adobe engineers to let the other teams know when there are problems in one application that impact our workflow in another one.

  • Opening RAW files in Bridge - not recognized as "Camera RAW files"

    I would appreciate any help with this as I am frustrated after spending hours trying to figure this out:
    I use a Mac OS X laptop
    I have a Panasonic (DMC FZ8) camera that I've been taking RAW pictures with. I plug my camera into my computer and try and open the RAW files directly from the camera using Bridge (I have Photoshop CS2)..I have also tried copying the files to a folder on my desktop and opening from there. The problem is that Bridge doesn't recognize my .RAW files as actual "Camera RAW" files and the icons remain as the Preview icon and not actually a preview of the image. If I click on it to open it in Photoshop the "Photoshop RAW Options" come up set on 8 bits and when I open it, it's just a gray screen. I have checked the settings for RAW Camera and the Panasonic RAW files .raw is selected. I have also tried selecting "show only camera raw files" in my window that is open and my .RAW files that are there gray out - so the program isn't recognizing them.
    I just downloaded the Plug-in 3.7 Camera Raw and had to create folders for it in Application Support/Adobe/Plug-Ins/CS2/File Formats. the only folder I had was Application Support/Adobe so the rest I created.
    I'm now lost as to what I should do next. Nothing I try seems to be working.
    PLEASE HELP!

    >I plug my camera into my computer and try and open the RAW files directly from the camera
    Ouch! Ouch! Ouch!
    That is a monumentally bad idea. Transfer the closed files to your local hard drive first.
    This excerpt is from a long-gone post by the late, lamented author Bruce Fraser:
    Bruce Fraser - 4:17pm Jun 14, 04 PST (#5 of 21)
    Opening files directly from the camera is a bad idea for a variety of reasons*, and it most certainly isn't faster than using a FireWire or USB2 card reader.
             Drains the camera battery
             Runs the risk of the software you're using to open the images writing to the card and destroying the format
             Runs a small but significant risk of USB power frying the camera
             Slowest method known to mankind of getting images off a CF or SD card

  • Galaxy Note 2 Internal Storage (Miscellaneous Files = over 5gb)

    My note 2 came with at least 5.5 Gigabytes preinstalled in the internal storage called "Miscellanous Files"
    Is everyone going through the samething?
    Anyone have any idea what this 5gb is all about?
    Even the VZW bloatwares and apps couldn't be that big...
    Hope there is a way around this.

    I am experiencing the same thing.  I had the same issue on my 3 week old S3 (4GB of Misc. files) and Samsung told me it was definitely a software issue and they would need to re-flash the phone.  I chose to swap it out for the newer Note 2 and immediately after I turned the phone on for the first time I already had 5.93GB of Misc. files used.  I hope we get an answer soon.  Some of my co-workers have the S3 on ATT and TMo and they only have 45MB of Misc files.

  • Cs6 raw plugin not recognizing lumix g5 raw files

    I just installed cs6 on my computer which is not connected to the internet. The camera raw plugin does not recognize my lumix G5 camera raw files. I tried downloading and installing what i think is the most recent raw plugin, but it still does not recognize the file format. I have installed the dng converter which does recognize these files but that's a clunky work-around. Any ideas on what I should try next?orwhere i can find the most recent raw plugin for cs6?
    Best, David.

    You can get the latest camera raw 8.5 plugin from here:
    under where it says
    What if the computer that Photoshop is on is not connected to the internet?
    Keeping Photoshop Up-To-Date
    You should also install the other updates for photoshop cs6:
    Product updates

  • Adobe Pro X not recognizing .doc or .docx files for conversion to PDF (looking to batch convert Word-- PDF

    I am using Adobe Pro X through my university and when I click on add files, it will not recognize that I have word files in my folders. My purpose is to batch convert many word files to PDF, however, if Adobe Pro X won't recognize allow the word files to appear, I don't think I can convert them. Help is appreciated!

    Do you have Word installed?
    Is it a compatible version of Word?
    Does the Acrobat menu or ribbon appear in Word?

  • [SOLVED] gcc not recognizing standard c header files

    So my gcc used to work but now I'm getting these strange error messages. For example I wrote the most basic of C programs:
    int main(){
    return 0;
    And the terminal error message I get is:
    gcc: error trying to exec '/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/collect2': execv: Exec format error
    If I try to do the basic Hello World! program:
    #include <stdio.h>
    int main(){
    printf("Hello World!\n");
    return 0;
    The error message I get is this:
    In file included from /usr/include/stdio.h:74:0,
    from test.c:1:
    /usr/include/libio.h:306:3: error: unknown type name ‘size_t’
    size_t __pad5;
    ^
    /usr/include/libio.h:310:67: error: ‘size_t’ undeclared here (not in a function)
    char _unused2[15 * sizeof (int) - 4 * sizeof (void *) - sizeof (size_t)];
    ^
    /usr/include/libio.h:338:62: error: expected declaration specifiers or ‘...’ before ‘size_t’
    typedef __ssize_t __io_read_fn (void *__cookie, char *__buf, size_t __nbytes);
    ^
    /usr/include/libio.h:347:6: error: expected declaration specifiers or ‘...’ before ‘size_t’
    size_t __n);
    ^
    In file included from /usr/include/libio.h:31:0,
    from /usr/include/stdio.h:74,
    from test.c:1:
    /usr/include/libio.h:465:4: error: unknown type name ‘__gnuc_va_list’
    _IO_va_list, int *__restrict);
    ^
    /usr/include/libio.h:467:5: error: unknown type name ‘__gnuc_va_list’
    _IO_va_list);
    ^
    In file included from /usr/include/stdio.h:74:0,
    from test.c:1:
    /usr/include/libio.h:469:19: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_IO_sgetn’
    extern _IO_size_t _IO_sgetn (_IO_FILE *, void *, _IO_size_t);
    ^
    In file included from /usr/include/libio.h:31:0,
    from /usr/include/stdio.h:74,
    from test.c:1:
    /usr/include/stdio.h:79:9: error: unknown type name ‘__gnuc_va_list’
    typedef _G_va_list va_list;
    ^
    In file included from test.c:1:0:
    /usr/include/stdio.h:319:35: error: expected declaration specifiers or ‘...’ before ‘size_t’
    extern FILE *fmemopen (void *__s, size_t __len, const char *__modes)
    ^
    /usr/include/stdio.h:325:47: error: expected declaration specifiers or ‘...’ before ‘size_t’
    extern FILE *open_memstream (char **__bufloc, size_t *__sizeloc) __THROW __wur;
    ^
    /usr/include/stdio.h:337:20: error: expected declaration specifiers or ‘...’ before ‘size_t’
    int __modes, size_t __n) __THROW;
    ^
    /usr/include/stdio.h:344:10: error: expected declaration specifiers or ‘...’ before ‘size_t’
    size_t __size) __THROW;
    ^
    In file included from /usr/include/libio.h:31:0,
    from /usr/include/stdio.h:74,
    from test.c:1:
    /usr/include/stdio.h:372:8: error: unknown type name ‘__gnuc_va_list’
    _G_va_list __arg);
    ^
    /usr/include/stdio.h:377:54: error: unknown type name ‘__gnuc_va_list’
    extern int vprintf (const char *__restrict __format, _G_va_list __arg);
    ^
    /usr/include/stdio.h:380:8: error: unknown type name ‘__gnuc_va_list’
    _G_va_list __arg) __THROWNL;
    ^
    In file included from test.c:1:0:
    /usr/include/stdio.h:386:44: error: expected declaration specifiers or ‘...’ before ‘size_t’
    extern int snprintf (char *__restrict __s, size_t __maxlen,
    ^
    /usr/include/stdio.h:390:45: error: expected declaration specifiers or ‘...’ before ‘size_t’
    extern int vsnprintf (char *__restrict __s, size_t __maxlen,
    ^
    In file included from /usr/include/libio.h:31:0,
    from /usr/include/stdio.h:74,
    from test.c:1:
    /usr/include/stdio.h:391:42: error: unknown type name ‘__gnuc_va_list’
    const char *__restrict __format, _G_va_list __arg)
    ^
    /usr/include/stdio.h:413:8: error: unknown type name ‘__gnuc_va_list’
    _G_va_list __arg)
    ^
    /usr/include/stdio.h:472:7: error: unknown type name ‘__gnuc_va_list’
    _G_va_list __arg)
    ^
    /usr/include/stdio.h:479:53: error: unknown type name ‘__gnuc_va_list’
    extern int vscanf (const char *__restrict __format, _G_va_list __arg)
    ^
    /usr/include/stdio.h:484:40: error: unknown type name ‘__gnuc_va_list’
    const char *__restrict __format, _G_va_list __arg)
    ^
    In file included from /usr/include/features.h:365:0,
    from /usr/include/stdio.h:27,
    from test.c:1:
    /usr/include/stdio.h:496:37: error: unknown type name ‘__gnuc_va_list’
    const char *__restrict __format, _G_va_list __arg),
    ^
    /usr/include/stdio.h:500:5: error: unknown type name ‘__gnuc_va_list’
    _G_va_list __arg), __isoc99_vscanf)
    ^
    /usr/include/stdio.h:505:8: error: unknown type name ‘__gnuc_va_list’
    _G_va_list __arg), __isoc99_vsscanf)
    ^
    In file included from test.c:1:0:
    /usr/include/stdio.h:666:11: error: expected declaration specifiers or ‘...’ before ‘size_t’
    size_t *__restrict __n, int __delimiter,
    ^
    /usr/include/stdio.h:669:9: error: expected declaration specifiers or ‘...’ before ‘size_t’
    size_t *__restrict __n, int __delimiter,
    ^
    /usr/include/stdio.h:679:8: error: expected declaration specifiers or ‘...’ before ‘size_t’
    size_t *__restrict __n,
    ^
    /usr/include/stdio.h:709:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘fread’
    extern size_t fread (void *__restrict __ptr, size_t __size,
    ^
    /usr/include/stdio.h:715:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘fwrite’
    extern size_t fwrite (const void *__restrict __ptr, size_t __size,
    ^
    /usr/include/stdio.h:737:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘fread_unlocked’
    extern size_t fread_unlocked (void *__restrict __ptr, size_t __size,
    ^
    /usr/include/stdio.h:739:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘fwrite_unlocked’
    extern size_t fwrite_unlocked (const void *__restrict __ptr, size_t __
    Any thoughts??? My gcc used to work and I didnt make any changes. Also I'm running arch through crouton. Not sure if that matters since it was literally working 2 days ago.
    Last edited by drumdude41 (2015-02-19 20:50:08)

    Yeah I've tried to reinstall gcc but whenever I do I get this error message:
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-cfg.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-cfgcleanup.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-check.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-core.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-dfa.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-dump.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-eh.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-hasher.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-inline.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-into-ssa.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-iterator.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-nested.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-object-size.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-outof-ssa.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-parloops.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-pass.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-phinodes.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-pretty-print.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-ssa-address.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-ssa-alias.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-ssa-coalesce.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-ssa-dom.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-ssa-loop-ivopts.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-ssa-loop-manip.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-ssa-loop-niter.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-ssa-loop.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-ssa-operands.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-ssa-sccvn.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-ssa-ter.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-ssa-threadedge.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-ssa-threadupdate.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-ssa.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree-ssanames.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree.def exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/tree.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/treestruct.def exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/varasm.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/vec.h exists in filesystem
    gcc: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/plugin/include/version.h exists in filesystem
    gcc: /usr/lib/libasan_preinit.o exists in filesystem
    gcc: /usr/lib/libcilkrts.spec exists in filesystem
    gcc: /usr/lib/libgomp.spec exists in filesystem
    gcc: /usr/lib/libiberty.a exists in filesystem
    gcc: /usr/lib/libitm.spec exists in filesystem
    gcc: /usr/lib/libsanitizer.spec exists in filesystem
    gcc: /usr/lib/libstdc++.a exists in filesystem
    gcc: /usr/lib/libsupc++.a exists in filesystem
    gcc: /usr/share/gcc-4.9.2/python/libstdcxx/__init__.py exists in filesystem
    gcc: /usr/share/gcc-4.9.2/python/libstdcxx/v6/__init__.py exists in filesystem
    gcc: /usr/share/gcc-4.9.2/python/libstdcxx/v6/printers.py exists in filesystem
    gcc: /usr/share/gdb/auto-load/usr/lib/libstdc++.so.6.0.20-gdb.py exists in filesystem
    gcc: /usr/share/info/cpp.info.gz exists in filesystem
    gcc: /usr/share/info/cppinternals.info.gz exists in filesystem
    gcc: /usr/share/info/gcc.info.gz exists in filesystem
    gcc: /usr/share/info/gccinstall.info.gz exists in filesystem
    gcc: /usr/share/info/gccint.info.gz exists in filesystem
    gcc: /usr/share/licenses/gcc/RUNTIME.LIBRARY.EXCEPTION exists in filesystem
    gcc: /usr/share/locale/be/LC_MESSAGES/cpplib.mo exists in filesystem
    gcc: /usr/share/locale/be/LC_MESSAGES/gcc.mo exists in filesystem
    gcc: /usr/share/locale/ca/LC_MESSAGES/cpplib.mo exists in filesystem
    gcc: /usr/share/locale/da/LC_MESSAGES/cpplib.mo exists in filesystem
    gcc: /usr/share/locale/da/LC_MESSAGES/gcc.mo exists in filesystem
    gcc: /usr/share/locale/de/LC_MESSAGES/cpplib.mo exists in filesystem
    gcc: /usr/share/locale/de/LC_MESSAGES/gcc.mo exists in filesystem
    gcc: /usr/share/locale/el/LC_MESSAGES/cpplib.mo exists in filesystem
    gcc: /usr/share/locale/el/LC_MESSAGES/gcc.mo exists in filesystem
    gcc: /usr/share/locale/eo/LC_MESSAGES/cpplib.mo exists in filesystem
    gcc: /usr/share/locale/es/LC_MESSAGES/cpplib.mo exists in filesystem
    gcc: /usr/share/locale/es/LC_MESSAGES/gcc.mo exists in filesystem
    gcc: /usr/share/locale/fi/LC_MESSAGES/cpplib.mo exists in filesystem
    gcc: /usr/share/locale/fi/LC_MESSAGES/gcc.mo exists in filesystem
    gcc: /usr/share/locale/fr/LC_MESSAGES/cpplib.mo exists in filesystem
    gcc: /usr/share/locale/fr/LC_MESSAGES/gcc.mo exists in filesystem
    gcc: /usr/share/locale/hr/LC_MESSAGES/gcc.mo exists in filesystem
    gcc: /usr/share/locale/id/LC_MESSAGES/cpplib.mo exists in filesystem
    gcc: /usr/share/locale/id/LC_MESSAGES/gcc.mo exists in filesystem
    gcc: /usr/share/locale/ja/LC_MESSAGES/cpplib.mo exists in filesystem
    gcc: /usr/share/locale/ja/LC_MESSAGES/gcc.mo exists in filesystem
    gcc: /usr/share/locale/nl/LC_MESSAGES/cpplib.mo exists in filesystem
    gcc: /usr/share/locale/nl/LC_MESSAGES/gcc.mo exists in filesystem
    gcc: /usr/share/locale/pt_BR/LC_MESSAGES/cpplib.mo exists in filesystem
    gcc: /usr/share/locale/ru/LC_MESSAGES/cpplib.mo exists in filesystem
    gcc: /usr/share/locale/ru/LC_MESSAGES/gcc.mo exists in filesystem
    gcc: /usr/share/locale/sr/LC_MESSAGES/cpplib.mo exists in filesystem
    gcc: /usr/share/locale/sr/LC_MESSAGES/gcc.mo exists in filesystem
    gcc: /usr/share/locale/sv/LC_MESSAGES/cpplib.mo exists in filesystem
    gcc: /usr/share/locale/sv/LC_MESSAGES/gcc.mo exists in filesystem
    gcc: /usr/share/locale/tr/LC_MESSAGES/cpplib.mo exists in filesystem
    gcc: /usr/share/locale/tr/LC_MESSAGES/gcc.mo exists in filesystem
    gcc: /usr/share/locale/uk/LC_MESSAGES/cpplib.mo exists in filesystem
    gcc: /usr/share/locale/vi/LC_MESSAGES/cpplib.mo exists in filesystem
    gcc: /usr/share/locale/vi/LC_MESSAGES/gcc.mo exists in filesystem
    gcc: /usr/share/locale/zh_CN/LC_MESSAGES/cpplib.mo exists in filesystem
    gcc: /usr/share/locale/zh_CN/LC_MESSAGES/gcc.mo exists in filesystem
    gcc: /usr/share/locale/zh_TW/LC_MESSAGES/cpplib.mo exists in filesystem
    gcc: /usr/share/locale/zh_TW/LC_MESSAGES/gcc.mo exists in filesystem
    gcc: /usr/share/man/man1/cpp.1.gz exists in filesystem
    gcc: /usr/share/man/man1/g++.1.gz exists in filesystem
    gcc: /usr/share/man/man1/gcc.1.gz exists in filesystem
    gcc: /usr/share/man/man1/gcov.1.gz exists in filesystem
    gcc: /usr/share/man/man3/C++Intro.3.gz exists in filesystem
    gcc: /usr/share/man/man3/Numeric_arrays.3.gz exists in filesystem
    gcc: /usr/share/man/man3/Pointer_abstractions.3.gz exists in filesystem
    gcc: /usr/share/man/man3/SGIextensions.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::_Caster.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::_Char_types.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::_ExtPtr_allocator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::_Invalid_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::_Pointer_adapter.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::_Relative_pointer_impl.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::_Std_pointer_impl.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::_Unqualified_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::__alloc_traits.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::__common_pool_policy.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::__detail.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::__detail::_Bitmap_counter.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::__detail::_Ffit_finder.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::__detail::__mini_vector.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::__mt_alloc.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::__mt_alloc_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::__per_type_pool_policy.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::__pool.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::__pool_alloc.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::__pool_alloc_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::__pool_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::__rc_string_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::__scoped_lock.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::__versa_string.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::annotate_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::array_allocator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::array_allocator_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::bitmap_allocator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::char_traits.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::character.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::condition_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::debug_allocator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::enc_filebuf.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::encoding_char_traits.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::encoding_state.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::forced_error.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::free_list.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::limit_condition.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::limit_condition_always_adjustor.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::limit_condition_limit_adjustor.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::limit_condition_never_adjustor.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::malloc_allocator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::new_allocator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::random_condition.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::random_condition_always_adjustor.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::random_condition_group_adjustor.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::random_condition_never_adjustor.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::recursive_init_error.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::stdio_filebuf.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::stdio_sync_filebuf.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::throw_allocator_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::throw_allocator_limit.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::throw_allocator_random.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::throw_value_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::throw_value_limit.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::throw_value_random.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_cxx::typelist.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_debug.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_debug::_After_nth_from.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_debug::_BeforeBeginHelper.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_debug::_Equal_to.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_debug::_Not_equal_to.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_debug::_Safe_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_debug::_Safe_iterator_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_debug::_Safe_local_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_debug::_Safe_local_iterator_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_debug::_Safe_sequence.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_debug::_Safe_sequence_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_debug::_Safe_unordered_container.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_debug::_Safe_unordered_container_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_internal.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_DRSSorterPU.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_DRandomShufflingGlobalData.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_DummyReduct.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_EqualFromLess.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_EqualTo.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_GuardedIterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_IteratorPair.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_IteratorTriple.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_Job.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_Less.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_Lexicographic.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_LexicographicReverse.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_LoserTree.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_LoserTreeBase.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_LoserTreeBase__Loser.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_LoserTreePointer.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_LoserTreePointerBase.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_LoserTreePointerBase__Loser.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_LoserTreePointerUnguarded.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_LoserTreePointerUnguardedBase.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_LoserTreeTraits.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_LoserTreeUnguarded.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_LoserTreeUnguardedBase.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_Multiplies.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_Nothing.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_PMWMSSortingData.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_Piece.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_Plus.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_PseudoSequence.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_PseudoSequenceIterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_QSBThreadLocal.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_RandomNumber.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_RestrictedBoundedConcurrentQueue.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_SamplingSorter.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_Settings.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::_SplitConsistently.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__accumulate_binop_reduct.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__accumulate_selector.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__adjacent_difference_selector.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__adjacent_find_selector.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__binder1st.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__binder2nd.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__count_if_selector.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__count_selector.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__fill_selector.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__find_first_of_selector.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__find_if_selector.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__for_each_selector.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__generate_selector.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__generic_find_selector.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__generic_for_each_selector.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__identity_selector.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__inner_product_selector.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__max_element_reduct.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__min_element_reduct.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__mismatch_selector.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__multiway_merge_3_variant_sentinel_switch.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__multiway_merge_4_variant_sentinel_switch.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__multiway_merge_k_variant_sentinel_switch.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__replace_if_selector.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__replace_selector.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__transform1_selector.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__transform2_selector.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::__unary_negate.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::balanced_quicksort_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::balanced_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::constant_size_blocks_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::default_parallel_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::equal_split_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::exact_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::find_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::growing_blocks_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::multiway_mergesort_exact_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::multiway_mergesort_sampling_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::multiway_mergesort_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::omp_loop_static_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::omp_loop_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::parallel_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::quicksort_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::sampling_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::sequential_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_parallel::unbalanced_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::associative_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::basic_branch.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::basic_branch_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::basic_hash_table.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::basic_hash_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::basic_invalidation_guarantee.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::binary_heap_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::binomial_heap_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::cc_hash_max_collision_check_resize_trigger.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::cc_hash_table.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::cc_hash_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::container_error.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::container_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::container_traits.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::container_traits_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::bin_search_tree_const_it_.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::bin_search_tree_const_node_it_.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::bin_search_tree_it_.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::bin_search_tree_node_it_.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::bin_search_tree_traits.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::binary_heap.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::binary_heap_const_iterator_.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::binary_heap_point_const_iterator_.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::binomial_heap.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::binomial_heap_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::branch_policy.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::cc_ht_map.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::cond_dealtor.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::container_base_dispatch.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::default_comb_hash_fn.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::default_eq_fn.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::default_hash_fn.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::default_probe_fn.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::default_resize_policy.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::default_trie_access_traits.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::default_update_policy.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::dumnode_const_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::entry_cmp.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::entry_pred.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::eq_by_less.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::gp_ht_map.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::hash_eq_fn.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::hash_load_check_resize_trigger_size_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::left_child_next_sibling_heap.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::left_child_next_sibling_heap_node_.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::lu_counter_metadata.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::lu_counter_policy_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::lu_map.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::mask_based_range_hashing.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::mod_based_range_hashing.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::no_throw_copies.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::ov_tree_map.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::ov_tree_map_cond_dtor.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::ov_tree_node_const_it_.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::ov_tree_node_it_.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::pairing_heap.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::pat_trie_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::pat_trie_base__CIter.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::pat_trie_base__Head.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::pat_trie_base__Inode.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::pat_trie_base__Inode_const_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::pat_trie_base__Inode_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::pat_trie_base__Iter.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::pat_trie_base__Leaf.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::pat_trie_base__Metadata.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::pat_trie_base__Node_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::pat_trie_base__Node_citer.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::pat_trie_base__Node_iter.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::pat_trie_map.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::probe_fn_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::ranged_hash_fn.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::ranged_probe_fn.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::rb_tree_map.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::rb_tree_node_.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::rc.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::rc_binomial_heap.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::resize_policy.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::splay_tree_map.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::splay_tree_node_.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::stored_data.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::stored_hash.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::stored_value.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::synth_access_traits.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::thin_heap.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::tree_metadata_helper.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::tree_node_metadata_dispatch.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::tree_traits.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::trie_metadata_helper.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::trie_node_metadata_dispatch.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::trie_policy_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::trie_traits.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::type_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::type_dispatch.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::detail::types_traits.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::direct_mask_range_hashing.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::direct_mod_range_hashing.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::gp_hash_table.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::gp_hash_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::hash_exponential_size_policy.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::hash_load_check_resize_trigger.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::hash_prime_size_policy.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::hash_standard_resize_policy.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::insert_error.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::join_error.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::linear_probe_fn.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::list_update.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::list_update_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::lu_counter_policy.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::lu_move_to_front_policy.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::null_node_update.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::null_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::ov_tree_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::pairing_heap_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::pat_trie_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::point_invalidation_guarantee.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::priority_queue.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::priority_queue_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::quadratic_probe_fn.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::range_invalidation_guarantee.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::rb_tree_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::rc_binomial_heap_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::resize_error.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::sample_probe_fn.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::sample_range_hashing.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::sample_ranged_hash_fn.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::sample_ranged_probe_fn.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::sample_resize_policy.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::sample_resize_trigger.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::sample_size_policy.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::sample_tree_node_update.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::sample_trie_access_traits.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::sample_trie_node_update.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::sample_update_policy.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::sequence_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::splay_tree_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::string_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::thin_heap_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::tree.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::tree_order_statistics_node_update.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::tree_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::trie.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::trie_order_statistics_node_update.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::trie_prefix_search_node_update.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::trie_string_access_traits.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::trie_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_pbds::trivial_iterator_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile::__container_size_info.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile::__container_size_stack_info.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile::__hashfunc_info.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile::__hashfunc_stack_info.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile::__list2vector_info.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile::__map2umap_info.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile::__map2umap_stack_info.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile::__object_info_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile::__reentrance_guard.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile::__stack_hash.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile::__stack_info_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile::__trace_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile::__trace_container_size.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile::__trace_hash_func.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile::__trace_hashtable_size.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile::__trace_map2umap.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile::__trace_vector_size.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile::__trace_vector_to_list.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile::__vector2list_info.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile::__vector2list_stack_info.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_profile::__warning_data.3.gz exists in filesystem
    gcc: /usr/share/man/man3/__gnu_sequential.3.gz exists in filesystem
    gcc: /usr/share/man/man3/abi::__forced_unwind.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::_Deque_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::_Deque_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::_Enable_copy_move.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::_Enable_default_constructor.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::_Enable_destructor.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::_Enable_special_members.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::_Fwd_list_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::_Fwd_list_const_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::_Fwd_list_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::_Fwd_list_node.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::_Fwd_list_node_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::_Hashtable.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::_List_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::_List_const_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::_List_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::_List_node.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::_Temporary_buffer.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::_Vector_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__atomic_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__atomic_flag_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__codecvt_abstract_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__ctype_abstract_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__debug.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__debug::map.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__debug::multimap.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__debug::multiset.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__debug::set.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_BracketMatcher.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Compiler.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Default_ranged_hash.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Equal_helper.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Equality.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Equality_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Executor.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Hash_code_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Hash_node.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Hash_node_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Hash_node_value_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Hashtable_alloc.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Hashtable_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Hashtable_ebo_helper.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Hashtable_traits.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Insert.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Insert_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_List_node_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Local_const_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Local_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Local_iterator_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Map_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Mod_range_hashing.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Node_const_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Node_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Node_iterator_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Prime_rehash_policy.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Rehash_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_Scanner.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__detail::_StateSeq.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__exception_ptr_exception_ptr.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__has_iterator_category_helper.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__parallel.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__parallel::_CRandNumber.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__profile.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__profile::map.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__profile::multimap.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__profile::multiset.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::__profile::set.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::allocator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::allocator_traits.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::atomic_flag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::auto_ptr.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::auto_ptr_ref.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::back_insert_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::bad_weak_ptr.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::basic_ios.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::basic_regex.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::basic_string.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::bernoulli_distribution.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::bernoulli_distribution_param_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::bidirectional_iterator_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::binary_function.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::binary_negate.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::binder1st.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::binder2nd.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::binomial_distribution.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::binomial_distribution_param_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::cauchy_distribution.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::cauchy_distribution_param_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::char_traits.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::chi_squared_distribution.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::chi_squared_distribution_param_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::codecvt.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::codecvt_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::codecvt_byname.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::collate.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::collate_byname.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::ctype.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::ctype_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::ctype_byname.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::default_delete.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::deque.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::discard_block_engine.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::discrete_distribution.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::discrete_distribution_param_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::divides.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::enable_shared_from_this.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::equal_to.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::exponential_distribution.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::exponential_distribution_param_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::extreme_value_distribution.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::extreme_value_distribution_param_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::filebuf.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::fisher_f_distribution.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::fisher_f_distribution_param_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::forward_iterator_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::forward_list.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::fpos.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::front_insert_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::fstream.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::gamma_distribution.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::gamma_distribution_param_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::geometric_distribution.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::geometric_distribution_param_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::greater.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::greater_equal.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::gslice.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::gslice_array.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::hash.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::ifstream.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::independent_bits_engine.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::indirect_array.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::input_iterator_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::insert_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::ios.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::ios_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::ios_base_failure.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::iostream.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::istream.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::istream_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::istreambuf_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::istringstream.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::less.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::less_equal.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::linear_congruential_engine.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::list.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::locale.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::locale_facet.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::locale_id.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::logical_and.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::logical_not.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::logical_or.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::lognormal_distribution.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::lognormal_distribution_param_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::map.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::mask_array.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::match_results.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::mersenne_twister_engine.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::messages.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::messages_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::messages_byname.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::minus.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::modulus.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::money_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::money_get.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::money_put.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::moneypunct.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::moneypunct_byname.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::move_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::multimap.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::multiplies.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::multiset.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::negate.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::negative_binomial_distribution.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::negative_binomial_distribution_param_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::nested_exception.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::normal_distribution.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::normal_distribution_param_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::not_equal_to.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::num_get.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::num_put.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::numpunct.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::numpunct_byname.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::ofstream.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::ostream.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::ostream_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::ostreambuf_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::ostringstream.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::output_iterator_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::owner_less.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::pair.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::piecewise_constant_distribution.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::piecewise_constant_distribution_param_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::piecewise_linear_distribution.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::piecewise_linear_distribution_param_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::plus.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::pointer_to_binary_function.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::pointer_to_unary_function.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::pointer_traits.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::poisson_distribution.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::poisson_distribution_param_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::priority_queue.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::queue.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::random_access_iterator_tag.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::random_device.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::raw_storage_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::regex_constants.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::regex_error.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::regex_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::regex_token_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::regex_traits.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::rel_ops.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::reverse_iterator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::seed_seq.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::set.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::shared_ptr.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::shuffle_order_engine.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::slice.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::slice_array.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::stack.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::streambuf.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::string.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::stringbuf.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::stringstream.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::student_t_distribution.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::student_t_distribution_param_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::sub_match.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::time_base.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::time_get.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::time_get_byname.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::time_put.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::time_put_byname.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::tr1.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::tr1::__detail.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::tr2.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::tr2::__detail.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::unary_function.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::unary_negate.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::uniform_int_distribution.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::uniform_int_distribution_param_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::uniform_real_distribution.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::uniform_real_distribution_param_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::unique_ptr.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::unordered_map.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::unordered_multimap.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::unordered_multiset.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::unordered_set.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::uses_allocator.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::vector.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::weak_ptr.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::weibull_distribution.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::weibull_distribution_param_type.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::wfilebuf.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::wfstream.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::wifstream.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::wios.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::wiostream.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::wistream.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::wistringstream.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::wofstream.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::wostream.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::wostringstream.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::wstreambuf.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::wstring.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::wstringbuf.3.gz exists in filesystem
    gcc: /usr/share/man/man3/std::wstringstream.3.gz exists in filesystem
    gcc: /usr/share/man/man7/fsf-funding.7.gz exists in filesystem
    gcc: /usr/share/man/man7/gfdl.7.gz exists in filesystem
    gcc: /usr/share/man/man7/gpl.7.gz exists in filesystem
    Errors occurred, no packages were upgraded.
    I'm just doing a pacman -Su gcc, should I be doing something else?

  • Why is Premiere Pro CS6 not recognizing my Photohop .PSD files?

    "Photoshop" is not even listed as a supported file in the File Type section.
    If I select to view all files and then import a PSD file, I recieve the following:  Error Message "File format not supported."
    This is completely bizarre.  

    If you look in Windows Explorer (if you are on a PC - I don't know where to look on a Mac), when you select a Photoshop file does it have the right Icon, or does it point to a different application?

Maybe you are looking for

  • Printing an ArrayList

    Hi there, I need a little bit of help to print some text. I am able to print out a simple line of text and it works fine, but I need to be able to print out the contents of an ArrayList. At the moment I have a Page() class that implements Prinatable.

  • Seeburger - XI AS2 Adapter Sender service configuration

    Hi, I need to know how to configure the seeburger AS2 adapter sender service in XI ( EDI - > IDOC). I have some pre-requisites that are needed to setup. 1. SSL certificate 2. AS2 Certificate (public key) Kindly anyone provide me the guidance or if an

  • 'Open Itunes When This iPhone Is connected' option disabled by default

    since latest upgrade and ios 4.2.1 my itunes has disabled this option for my iphone 3gs, i dont have option to select or deselect option 'open itunes when this iphone is connected' it appears dimmed and not selectable through my itunes. any help?

  • ABAP documentation for BW

    Hello, Does anyone have some intrductory ABAP tutorials to distribute? I work with BW and will try to learn ABAP for that purpose.. Thankful for any contribution! e-mail: [email protected] Best regards, Fredrik

  • How to re-install Elements 11? [was:Disc wont load]

    Can I download on line, and supply my serial number from the package I purchased?