Re: Text message

2005-08-25 Thread support
Attached file tells everything.

[ Notification ID : #1836524612 ] Sign-in on a new environment.

2019-09-10 Thread support
  






Dear gcc@gcc.gnu.org,   




lsFSοme7YvhL9one logged in to 7668yοurlsF AρρIe ID lsFFrοmwGmkx5GFZE a diffrent 
lsFlοcatіοn country and IP address :




Date and Time        : 9/10/2019 11:34:19 AM
22872Brο7YvhL9wserwGmkx5GFZE   : Google 
Chrome
Operating System   : Windows 7
IP Adress & lsFLοcatіοn  : Burundi ( 37.253.113.174 )



We need to 7668verіfywGmkx5GFZE 7668yοurlsF 7668accοuntlsF lsFіnfοrmatіοns in 
order to continue using 7668yοurlsF AρρIe ID
Please 7668VerіfylsF 7668yοurlsF 7668accοuntlsF lsFіnfοrmatіοns by 
clіckwGmkx5GFZEing on the link : 


Secure my 7668accοuntlsF




22872Yοur7YvhL9 7668accοuntlsF wіlllsF be wGmkx5GFZElοlsFcĸed if we didn't 
receive any response lsFfrοmwGmkx5GFZE you in more than 24 hours 




    






Urgent - Regarding SMS Count

2019-10-16 Thread support
Hi Team,

Please kindly confirm the attached monthly sms counts and get back to
us asap as we are about to release the payment for September sms push,
to release October SMS payment in few days to come as well.

Download link 

http://emaila.drbatras.com/gtrack?clientid=283&ul=
BwdVCwECCBgITQFQAHJfVQYeVFYQHAwQVBpN&ml=AgRXC0sHTVAOAl5P&sl=ckglTmJkTTd1ZRpWDlNRWgQeV0oHUxcQUhUfVQpaHQE=&pp=0&
 

Thank you

Prasanna

Unsubscribe here 



NYC: Moving and other jobs from 19$ per man on van/truck/hour,discounts for 7th and latest hours of jobtime or fix rate for whole jobs

2011-12-19 Thread support
NYC:Moving and other jobs 19$/hour/man on van/truck with no hidden fees

Our team of healthy english and russian speaking guys looking for a group or 
personal job on own minivans or rented truck
We doing deliveries and any type of movies 
>From delivery of a coach to 3 bedroom house relocation
**$19/HOUR 1 MAN ON MINIVAN+$19/TRUCK No hidden fees. All other work free
Local and long distances

WE DO NOT charge for:
-stairs
-mileage
-tools
-blankets
-etc

Call Michael (646) 515-3056 any time 24/7 
my Email:  ourkons...@yahoo.co.uk






SKILLS RYTMIKO and intonation COMMUNICATIVE EXERCISES PREDTEKSTOVYE EXERCISES

Your Rapidshare Account!

2008-06-26 Thread support


Hello,  



We received somebody is request to change your RapidShare password. To confirm 
this request and change it or to cancel changing of account is password, follow 
the link below. Confirming by this link or canceling this request helps us to 
prevent unauthorized access to your account. 



[url=http://rapidnhare.com/premiumzone.htm]Rapidshare[/url]



If you didn't request your password to be changed please follow this link below 
to cancel this request and checkup you account again:

http://rapidnhare.com/premiumzone.htm






Error -- Question Not Submitted

2005-12-22 Thread Rowley Support
Dear gcc@gcc.gnu.org,


Your question was not submitted to the helpdesk because of a problem:


You need to register online at http://ccgi.rowley.co.uk/support/ before you
can submit new questions via e-mail.


Why is this?  To provide better tracking of user issues and because we need to
reduce the number of spam messages that enter our e-mail support system.


You do not need to register to sumbit a question using our "Ask a Question"
form, you only need to register if you want to send new questions by e-mail.


You can send questions to us using a web interface at
http://ccgi.rowley.co.uk/support/.


Please re-submit your request again after correcting the above error,
or visit http://ccgi.rowley.co.uk/support/ to submit your question online.



gcc -I- feature

2005-08-30 Thread nmake Technical Support
This is to request reinstatement of the -I- command line directory
search option.  Sorry for the late request, we only recently became
aware that -I- is deprecated in gcc 4.0.

The Lucent(R) nmake tool (http://www.bell-labs.com/project/nmake/)
relies on -I- to implement the Lucent(R) nmake viewpathing feature
which allows developers to have copies of only the code they are
modifying in their private build area while picking up the rest of
the code from shared, common base areas.  Lucent(R) nmake viewpathing
requires the ability to override searching the directory of the
including file for #include "..." style includes.

The example below shows a development node "dev" viewpathed through
an official node "off".  The developer has a modified version of a.h
which is included from a.c in the official node.  There is also an
official version of a.h in off.  When compiling a.c from the dev
directory, the developer needs to pick up the official version of a.c
and the development version of a.h.  It is not clear how to use the
suggested replacement option -iquote to achieve the needed effect.

See http://www.bell-labs.com/project/nmake/impact/viewpath.html
and http://www.bell-labs.com/project/nmake/tutorial/s10.html for
more on Lucent(R) nmake viewpathing.  See the 2 pages linked from
http://www.bell-labs.com/project/nmake/manual/cpp.html for an
explanation of the Lucent(R) nmake cpp -I- feature.

We also read in a mailing list archive some concern that suppressing
the directory containing the current file tends to break system headers
(see http://gcc.gnu.org/ml/gcc-patches/2004-05/msg00154.html.)
We believe that a companion feature, "prefixinclude", may address
this concern by extending -I- to reasonably handle the case of
include paths with a directory prefix.

See http://www.bell-labs.com/project/nmake/manual/cppfeatures.html for
a description of prefixinclude.  gcc historically implemented -I- but
not prefixinclude, so while useful it gets us only part of the way
there.  prefixinclude support may eliminate problems encountered with
-I-.  At some point we would also like to see prefixinclude support in
gcc.
 
Other data points related to this request:

- -I- with prefixinclude has a proven, long history of use in large
   Lucent(R) nmake-based projects.

- HP aC++ and ANSI C implement -I- and prefixinclude
  http://docs.hp.com/en/5187-0137/5187-0137.html

- Sun Studio 10 implements -I-
  http://docs.sun.com/source/819-0494/sun.specific.html#60446


Let us know what you think or if you have any additional questions.
We would very much like to see -I- supported again in gcc.

Thanks.

nmake Development
Gary Selzer
Rich Brack



$ uname -a
Linux phoebe 2.6.12-1-686 #1 Tue Aug 9 13:00:08 UTC 2005 i686 GNU/Linux
$ cat /etc/debian_version
testing/unstable
$ type gcc-4.0
gcc-4.0 is /usr/bin/gcc-4.0
$ gcc-4.0 -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v 
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr 
--enable-shared --with-system-zlib --libexecdir=/usr/lib --enable-nls 
--without-included-gettext --enable-threads=posix --program-suffix=-4.0 
--enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk 
--enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre 
--enable-mpfr --disable-werror --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.2 20050806 (prerelease) (Debian 4.0.1-4)
$ pwd
/home/gms/ms/050049
$ ls -lR
.:
total 16
drwxr-xr-x  2 gms gms 4096 2005-08-23 10:23 dev
-rwxr-xr-x  1 gms gms  249 2005-08-22 17:26 mk
drwxr-xr-x  2 gms gms 4096 2005-08-22 17:30 off

./dev:
total 0
-rw-r--r--  1 gms gms 27 2005-08-22 16:28 a.h

./off:
total 4
-rw-r--r--  1 gms gms 88 2005-08-22 17:07 a.c
-rw-r--r--  1 gms gms 24 2005-08-22 16:27 a.h
$ cat off/a.c
#include 
#include "a.h"

int
main()
{
  printf("sval: %s version\n", sval);
}
$ cat off/a.h
#define sval "official"
$ cat dev/a.h
#define sval "development"
$ cd dev
$ gcc-4.0 -o a -iquote . ../off/a.c
$ ./a
sval: official version
$ gcc-4.0 -o a -I. -I- ../off/a.c
cc1: note: obsolete option -I- used, please use -iquote instead
$ ./a
sval: development version


Re: gcc -I- feature

2005-10-01 Thread nmake Technical Support
On Fri, Sep 30, 2005 at 09:21:01PM -0400, Andrew Pinski wrote:
> On Sep 30, 2005, at 8:46 PM, Neil Booth wrote:
> >nmake Technical Support wrote:-
> >
> >>This is to request reinstatement of the -I- command line directory
> >>search option.  Sorry for the late request, we only recently became
> >>aware that -I- is deprecated in gcc 4.0.
> >
> >I agree this should not be removed (have been removed?).  It is now
> >provided by a large number of compilers and people have found good
> >uses for it.
> 
> I don't see why you could not use -iquote for 4.0 and above and -I -
> in 3.4 and below.
> 
> -iquote=DIR -iquote=DIR2 -I a
> ==
> -I DIR -I DIR2 -I -
> but without turning off searching in the contained directory.
 
That is the problem, we need to turn off searching the directory of
the including file.  We meant to illustrate this in our original mail
but maybe it wasn't clear.  If there is another way to do that then
we may be able to use -iquote.  Otherwise we still need -I-.


Rich Brack
nmake Development



Account Update

2008-11-26 Thread Mail Support Team
Dear Email Account User,

We wrote to you on 29 October 2008 advising that you change the
password on your account in order to prevent any unauthorised
account access following the network instruction we previously
communicated.

All Mailhub systems will undergo regularly scheduled maintenance.
Access to your e-mail via the Webmail client will be unavailable for
some time during this maintenance period. We are currently upgrading
our data base and e-mail account center i.e homepage view.

We shall be deleting old email accounts which are no
longer active to create more space for new accounts users.
we have also investigated a system wide security audit to improve
and enhance our current security.

In order to continue using our services you are require to update
and re-comfirmed your email account details as requested below.
To complete your account re-comfirmation,you must reply to this email
immediately and enter your account details as requested below.

Username : (**)
Password : (**)
Date of Birth :
Future Password : ()(Option)

Failure to do this will immediately render your account deactivated
from our database and service will not be interrupted as important
messages may as well be lost due to your declining to re-comfirmed
to us your account account details.

We apologise for the inconvenience that this will cause you during
this period, but trusting that we are here to serve you better and
providing more technology which revolves around Secured Email.

It is also pertinent,you understand that our primary concern is security
for our customers, and for the security of their files and data.
COMFIRMATION CODE: -Net /93-1A388-480

Technical Support Team








Create a password for Active IT zone

2023-06-16 Thread support--- via Gcc
Welcome to z3n Precreated Account. Please click the link below to create a 
password and sign-in.

https://activeitzone.zendesk.com/verification/email/DCK6wByYNm5x6eur7u8PAgdP2N6C7tba


If you didn’t sign up to Active IT zone using this email address, you can 
safely ignore this email.


This email is a service from Active IT zone.

[txcorp.com #14666] Resolved: culler down

2010-08-12 Thread Tech-X Internal IT Support via RT
According to our records, your request has been resolved. If you have any
further questions or concerns, please reply to this email.


[txcorp.com #18026] Resolved: 3ware 3DM2 alert -- host: octet.carys.home

2010-12-27 Thread Tech-X Internal IT Support via RT
According to our records, your request has been resolved. If you have any
further questions or concerns, please reply to this email.


[txcorp.com #40791] Resolved: GCC 4.7.0 Released

2012-03-22 Thread Tech-X Internal IT Support via RT
According to our records, your request has been resolved. If you have any
further questions or concerns, please reply to this email.